Toggle Button Bug

2008-10-09 Thread Ruben Safir
It seems to me that the togglebutton toggled() function has a but. Documentation says that when called it will change the state of the object. I can't varify this behavior. It calls the toogle signal but doesn't seem to change the state of the object. Example Code Below: http://www.nylxs.co

Re: What strategy to use to deal with Glade-3's problem in removing pixbuf directory paths in .glade file!

2008-10-09 Thread Tristan Van Berkom
On Thu, Oct 9, 2008 at 2:40 PM, Daniel Yek <[EMAIL PROTECTED]> wrote: > Hi Tristan, > > Thanks for responding. My responses inlined below... > [...] >> or in the specified pixbuf directory (you can add a search path with the >> libglade api). >> > o gdk-pixbuf's gdk_pixbuf_new_from_file() requires

Re: What strategy to use to deal with Glade-3's problem in removing pixbuf directory paths in .glade file!

2008-10-09 Thread Daniel Yek
Hi Tristan, Thanks for responding. My responses inlined below... Tristan Van Berkom wrote: On Mon, Oct 6, 2008 at 2:01 PM, Daniel Yek <[EMAIL PROTECTED]> wrote: Hi, I'm trying to find a way to deal with the problem with Glade-3 removing absolute or relative path from pixbuf property. Hi, si

Painting order in gtk2 vs gtk1.2

2008-10-09 Thread Pierre Habraken
Hello, I am a newbie to gtk based app. development. I am a teacher and have to migrate an educational program from gtk1.2 to gtk2. The main window of this program contains a background image with several buttons for triggering miscellaneous actions. These buttons must reside at fixed location