gui doubt

Dan Stromberg drsalists at gmail.com
Thu Jun 10 18:27:02 EDT 2010


You probably should tell us what GUI toolkit you're using.

But if your GUI toolkit has the concept of a "vertical box", then create a
vertical box, add it to your window, and put things in the vertical box.

To put your widget at the bottom of your vertical box, append to the end it
last or insert it at the beginning first - assuming you're not mixing
appends and inserts.

On Thu, Jun 10, 2010 at 12:38 AM, madhuri vio <madhuri.vio at gmail.com> wrote:

>
>
> how do i get the buttons at the bottom
> of the tool i create???
> what is the command for side i need to mention???
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100610/25a47515/attachment-0001.html>


More information about the Python-list mailing list