> Hmm well ok then maybe someone can help me with the following code
> fragments:
> 
> 1.) I build menus with
> 
>         self.filemenu = [ UIINFO_ITEM_STOCK(_('_New Project'), None,
> self.ProjectNew, STOCK_MENU_NEW) ]
>         self.window.create_menus(self.menus)

UIINFO and friends is not really useful in gnome 2.
Use gtk.IconFactory or bonobo.ui.Component.


>     where self.window has been a GnomeApp. Is that completely gone ?

GnomeApp is still around, gnome.ui.App

> 2.) GnomeApp supported .add_toolbar ... anything similar now ?

I don't know. If it was support before it's probably support now too.

> 3.) I used some GnomeEntry fields ... now the following code crashes:

Don't use GnomeEntry, use a standard GtkEntry instead

> oh one more thing, what about compatibility between glade and glade2 ?
> is it possible to use "old" glade files with gnome-python2 ?

There is a libglade-convert script to convert from glade (1) files to
glade2.

-- 
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/

Reply via email to