Ok first, thanks for your help.
In Makefile.am I have the SUBDIRS directive point to glade3 (I have cheked
seeing the Makefile Produced by autogen.sh and using the conditionals with
HAVE_GLADE3 and this last is set to true) and all variables is sustituted
correctly (again I inspect the Makefile)
On Wed, 2006-10-04 at 16:24 -0500, Steven Boyls wrote:
> Hi,
>
> I'd like to know if there is a way to change/set the color of a widget.
Yes, using resource files/strings. Think of them as stylesheets for gtk.
http://developer.gnome.org/doc/API/2.0/gtk/gtk-Resource-Files.html
But...
> All defa