How do I use PyGTK to put text besides clickable buttons?

Dan Stromberg drsalists at gmail.com
Tue Apr 3 00:53:28 EDT 2012


You could use an hbox.  Or rather, a vbox with a bunch of hbox's in it.

On Thu, Mar 29, 2012 at 10:45 PM, Jason Hsu, Mr. Swift Linux <
jhsu802701 at gmail.com> wrote:

> I've decided to use PyGTK instead of gtkdialog for providing
> configuration menus/dialog boxes in Swift Linux, the Linux distro I
> started.  The problem with gtkdialog is that the i386 version is no
> longer available in the Debian repository.
>
> Since a picture is worth a thousand words, I'll give you a link to a
> screenshot of antiX Linux:
> http://antix.freeforums.org/download/file.php?id=23
>
> How do I use PyGTK to create something similar to the logout dialog
> box in the above graphic?  I've figured out how to create clickable
> buttons that each run a different script.  What I haven't figured out
> is how to add text beside each button.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120402/c224dac7/attachment.html>


More information about the Python-list mailing list