Re: [pygtk] Gnome Panel Applets

2004-02-02 Thread Bryan Clark
gnome-blog is a gnome-python app that has a panel applet, you can take a look at the code for some help: http://www.gnome.org/~seth/gnome-blog/ ~ Bryan On Mon, 2004-02-02 at 09:33 +0100, Martin Grimme wrote: > > I would like to make a gnome panel applet. I > > discovered a tutorial, but

Re: [pygtk] Gnome Panel Applets

2004-02-02 Thread Martin Grimme
> I would like to make a gnome panel applet. I > discovered a tutorial, but it's a bit outdated: > http://www.onlamp.com/pub/a/python/2000/07/25/gnome_applet.html > > I created the applet and fixed it so it would compile: That's totally outdated. Panel applets use bonobo in GNOME 2.x. This may

[pygtk] Gnome Panel Applets

2004-02-01 Thread John Spiegel
I would like to make a gnome panel applet. I discovered a tutorial, but it's a bit outdated: http://www.onlamp.com/pub/a/python/2000/07/25/gnome_applet.html I created the applet and fixed it so it would compile: -snip # Import the GNOME applet routines: import gnome.applet # Import th