Hi all,
I try to do a panel applet for gnome2 in python with pygnome2, but i don't find any help or tutorial on the web, have ou got any goods url ? Else i don't know how put for example a label and a button in one applet, it doesn't work, i have just the label who is displayed....
Take a look into the archive of this mailing list. On 9. Sep. 2002 you can find 'Re: [pygtk] PyGNOME 2 - Panel Applets' which gives a good example for a panel applet.
About the button and label: are you using a container widget that can hold more than one widget? You put e.g. a HBox into the applet and put the button and label into the HBox.
Bye, Martin Grimme -- http://www.pycage.de
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
