RE: GTK & BSD
- Posted by irv mullins <irvm at ellijay.com> May 13, 2004
- 566 views
Ron Tarrant wrote: > > > irv mullins wrote: > > > > > > > gtkfunction = sprintf("gtk_%s_get_type",{name}) > > > Actually, it should be "gdk_pixbuf_get_type" - my mistake. > > Oops, that's what I meant. Slip of the finger. Still, I did a grep for > gdk_pixbuf_get_type on all the GTK/GDK API docs and found no mention of > it. There are several things that aren't documented. You can find code which uses that call, but no mention in the docs. > BTW, I tried changing PIXBUF to PIXLIB and it didn't seem to break > anything else. At least, I'm still getting the same gMessage as before. > You might just comment out the include of pixmap.e, until you get things working. None of the demos need it, it's pretty rarely used, I think. Regards, Irv