Re: [Gambas-user] Ugly gtk warnings with tabstrip object

2009-04-06 Thread M0E Lnx
I run clearlooks with tango for icons. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Ugly gtk warnings with tabstrip object

2009-04-05 Thread BenoƮt Minisini
> I Just noticed when I added a tabstrip to my form, when the form loads I > see this output on the terminal > > (speedy:14712): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to > allocate widget with width -5 and height 0 > > This appears to be related to the tabstrip only. If I remove the t

[Gambas-user] Ugly gtk warnings with tabstrip object

2009-03-24 Thread M0E.lnx
I Just noticed when I added a tabstrip to my form, when the form loads I see this output on the terminal (speedy:14712): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 This appears to be related to the tabstrip only. If I remove the tabstrip fr