[Glade-users] GnomeFontPicker callback...
James K. Wiggs
wiggs@novum-millennium.org
Fri, 8 Dec 2000 11:49:12 -0800 (PST)
Folks,
I'm using Glade 0.5.9, and I've built a GnomePropertyBox
which includes several GnomeFontPicker widgets. Unfortunately,
the generated code for the font_set callback causes parse errors.
Here is the generated callback prototype:
void
actslx_ChartProperties_font_set (GnomeFontPicker *gnomefontpicker,
GtkString arg1,
gpointer user_data);
Which causes a parse error when it gets to GtkString. I've gone
through and checked and double-checked the library codes, and there
does not appear to *be* a GtkString type defined *anywhere*. What
should be getting passed as the 2nd parameter in this callback?
thanks,
Jim Wiggs