On Thu, Oct 30, 2003 at 08:13:27AM -0800, Gary Herron wrote: > On Thursday 30 October 2003 04:08 am, Christian Robottom Reis wrote: > > On Thu, Oct 30, 2003 at 09:15:52AM +0000, Alessandro Bottoni wrote: > > > This morning I just tried to eliminate all pixmap from my Glade1 > > > projects. In particular I eliminated all "stock" pushbottons (that > > > contains small icons) and all "stock" menu items (that contains small > > > icons, as well). > > > > > > This "clean up" action fixed all the GTK and GDK -related troubles: no > > > more crashes at start-up time, no more GTK/GDK "assertion failed" > > > warnings at run time (when resizing the window). > > > > OH! I forgot this. You *can't* use stock icons in Glade if you're not > > calling gnome.app_init() in your application! > > I read this somewhere, but that was after I got a glade-2 application > working with stock icons on both Linux and Windows, and all with no > call to gnome.app_init(). > > So, this doesn't appear to be necessary any more.
Yeah, Alessandro is using GTK+ 1.2 with Kiwi. GTK+ 2.0 includes stock icons [for buttons] without depending on Gnome. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
