On Sun, 2007-02-11 at 14:58 -0700, Michael Torrie wrote:
> I've attached one that compiles thusly:
>
> gcc -o gladetest gladetest.c `pkg-config --cflags --libs gtk+-2.0
> libglade-2.0`
The attachment doesn't seem to have made it through the mailing list.
How about:
http://www.torriefamily.org/~
On Sun, 2007-02-11 at 11:55 -0500, Gerald I. Evenden wrote:
> I took a GLADE example and managed to get it to run under GLADE.
>
> It was suggest that I use libglade instead when generating a finalized
> program
> but still using the *.glade file generated by GLADE.
>
> But I am now to the poin
On Sun, Feb 11, 2007 at 06:26:51AM -0500, Freddie Unpenstein wrote:
>
> > A point I miss in the tutorial is to mention the G_DEFINE_TYPE()-like
> > macros which should be prefered over manually defining a _get_type()
> > function whenever possible.
>
> I never did get that G_DEFINE_TYPE() stuff a
> A point I miss in the tutorial is to mention the G_DEFINE_TYPE()-like
> macros which should be prefered over manually defining a _get_type()
> function whenever possible.
I never did get that G_DEFINE_TYPE() stuff at all... It'd be good to see some
clear documentation on it.
Fredderic
I took a GLADE example and managed to get it to run under GLADE.
It was suggest that I use libglade instead when generating a finalized program
but still using the *.glade file generated by GLADE.
But I am now to the point of giving up the whole problem because I cannot get
a libglade system to
Hi,
I am using gtk+ version-1.2, i need some help in setting colors for
particular widgets.
In an Window i have 2-3 frames, and inside frames there is fixed widgets. I
want to set different background colors for different frames, i tried using
following APIs, but nothings worked out.
gtk_widget_