Re: [pygtk] Making libglade.py work with gnome

2000-04-30 Thread frederic . gedin
Quoting James Henstridge <[EMAIL PROTECTED]>: > > Does the following statement execute without exceptions on your system? > import _gladegnome > > It may be that this file was not included in any of the gnome-python > packages on your system (which is a bug in the packaging), in which case >

[pygtk] Making libglade.py work with gnome

2000-04-29 Thread frederic . gedin
Hi I know that the question has already been asked but I definitively don't succeed in having libglade.py working properly on gnome widgets. The libglade I have on my system is probably good as I am able to make it work with gnome widget and C. Using the same glade file but with python the m

[pygtk] Greying menus with pygnome and pygtk

2000-04-17 Thread frederic . gedin
Hi I would like to find a good way to grey menu items once I built the menu using the UIINFO stuff. I know that, once I have a reference to the menuitem object, I can use the set_sensitive method. Unfortunately, I don't know how to get such a reference. Using gnome_app_get_dock_item_by_name,