tis 2003-02-11 klockan 19.05 skrev Martin Preishuber: > Hi all, > > is there any documentation on gnome-python available ? I'm just porting > eroaster to gnome-python2 and I have some problems to get Gnome* widgets > working ... I can't find the UIITEM*, STOCK_MENU* constants, > GnomeQuestionDialog and so on ...
Sorry. As far as I know there is no documentation available for gnome-python. Even the ones for C is not updated on the developer.gnome.org But i know that UIITEM and STOCK_MENU is deprecated. Use BonoboUI instead of UIITEM. Stock icons has moved to Gtk+ since 2.0 -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
