Re: [pygtk] GnomeVFS - how to initialize a GnomeVFS module

2005-08-19 Thread Brian
On Fri, 2005-19-08 at 20:33 +0200, Trond Andersen wrote: > I've read the developerworks article about GnomeVFS modules written in > C and looked into the python bindings (which looks very clean), but I > could not find information about how one would initialize a python > based GnomeVFS module. >

[pygtk] GnomeVFS - how to initialize a GnomeVFS module

2005-08-19 Thread Trond Andersen
I've read the developerworks article about GnomeVFS modules written in C and looked into the python bindings (which looks very clean), but I could not find information about how one would initialize a python based GnomeVFS module. In the developerworks article the make file copies the configuratio

Re: [pygtk] gtk.Notebook()

2005-08-19 Thread Gian Mario Tagliaretti
2005/8/19, Luigi Pantano <[EMAIL PROTECTED]>: > How to change the tab position like gaim? if I understood correctly: http://www.pygtk.org/pygtk2reference/class-gtknotebook.html#method-gtknotebook--set-tab-pos ciao -- Gian Mario Tagliaretti PyGTK GUI programming http://www.parafernalia.org/pygtk/

[pygtk] gtk.Notebook()

2005-08-19 Thread Luigi Pantano
How to change the tab position like gaim? -- Luigi Pantano --- IPUG - Italian Python User Group www.italianpug.org https://py-tips-tricks.python-hosting.com/ ---

Re: [pygtk] Re: gnome.ui.AppBar Bug?

2005-08-19 Thread pier carteri
Hi Mystilleef, I don't know what the problem is, so I can't give you any solution, but I can suggest you a workaround: use a gtk.Statusbar, modify your code like this:     statusbar = gtk.Statusbar()         window.add(statusbar)         statusbar.pop(1)         statusbar.push(1, "It does not