Re: Help with a variable in a .pc file

2006-10-05 Thread Daniel Espinosa
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)

Re: Changing the color od a widget

2006-10-05 Thread Vincent Geddes
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