[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Gattrib bugs fixed (hopefully). Please test!!
- To: geda-user <geda-user@xxxxxxxx>
- Subject: Re: gEDA-user: Gattrib bugs fixed (hopefully). Please test!!
- From: Carlos Nieves Ónega <cnieves.mail@xxxxxxxxx>
- Date: Fri, 11 Mar 2005 22:58:15 +0100
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Fri, 11 Mar 2005 16:58:59 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=F7/K8A82WQg9KQxfByprMReEX6gt9L9Err2+yRvhtJe1BBy1e3OvAKDHFN/obFNlAGi2f273j9CscTN/njTBPZRdYgMR2iSnTBZ3l26DO7LqANeazOhkOjNqQeNPc73FjX6hZjX76iQjcmg3lzKw8UF0ePqiMx/CHD8AoX3nhoo=
- In-reply-to: <20050311175421.7002C2AA07@earl-grey.cloud9.net>
- References: <20050311175421.7002C2AA07@earl-grey.cloud9.net>
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
Hi Stuart,
El vie, 11-03-2005 a las 12:54 -0500, Stuart Brorson escribió:
> Hi Carlos --
>
> Our two posts must have crossed on the list! Please ignore my request
> for your config.log file.
>
> > By the way, I have very good news!!
> >
> > I got gattrib working for the first time!!.=20
>
> Excellent! I'm very happy!
Me too!! ;-)
> > GTK expects these properties when using some themes, so I guess that if
> > these properties are added to gtksheet, it won't fail....=20
> >
> > They are declared as:
> > static GtkBorder default_default_border =3D { 1, 1, 1, 1 }; =20
> > static GtkBorder default_default_outside_border =3D { 0, 0, 0, 0 };
>
> I just put this fix into CVS (along with some other work which I had
> pending). Please download the stuff from CVS and try it out!
>
> I do get a warning when compiling. The warning is that these things
> are declared but unused. Hopefully, it will fix your bug with your
> desktop theme. Please let me know if the CVS stuff works for you!
I'm afraid it doesn't. Maybe when those properties are used within the
class. I think GTK is calling some function, which sets some properties
within the widget... just defining them doesn't mean that GTK knows
them....
I think we have to guess how to use these properties within gtksheet...
Cheers,
Carlos