Changing bg color of an widget (Expander)

2006-11-07 Thread Morten O. Hansen
k.EventBox, but I have no idea how to use this..) Any good ideas how I can solve this? Is it possible something I can do with gtk.Style? With Regards, Morten O. Hansen ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gn

Re: gobject, loadable modules

2006-06-04 Thread Morten O. Hansen
On Sun, 2006-06-04 at 19:51 -0400, Tristan Van Berkom wrote: > Please post the stack trace. > > >I compile the so-file with -shared, and everything i expose is > >non-static and has G_MODULE_EXPORT. > > > >Any obvious fault here? I can attach the code (very little code) if that > >helps. > > > >

gobject, loadable modules

2006-06-04 Thread Morten O. Hansen
causes a segfault (i have traced it with gdb and it segfaults at the g_object_new function). I compile the so-file with -shared, and everything i expose is non-static and has G_MODULE_EXPORT. Any obvious fault here? I can attach the code (very little code) if that helps. Any help would be a

gobject interface

2006-05-09 Thread Morten O. Hansen
? There are no other objects using the interface, so the ref should be 0.. (i have a g_print at the start of base_finalize, so it should print something..) Any ideas would be apprectiated... -- Morten O. Hansen <[EMAIL PROTECTED]> ___ gtk-app-deve

gobject, dynamic loading of classes

2006-05-08 Thread Morten O. Hansen
? or maybe some applications that actually use this? After looking through the docs, i looks like its possible, but i would prefer to have som code to look at. -- Morten O. Hansen <[EMAIL PROTECTED]> ___ gtk-app-devel-list mailing list gtk-app