again, please turn off html email. The python code you included in your
message was almost unreadable, which reduces the chances of someone
helping you.
On Thu, 15 Mar 2001, Eduardo Soto wrote:
> taking your examples I declared the following:
[snip]
>
>
> I want to show them on the same row.
>
> I want the password entry to show * when written on.
In answer to your question, it looks like you are using a GtkVBox, which
lays out its children vertically (in a column). If you want your widgets
to be layed out horizontally, use a GtkHBox.
Take a quick browse through the GTK+ Tutorial. Even if you don't
understand all the example code in it (it is in C), it should explain a
bit about how GTK's geometry management works.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk