[pygtk] Widget packing problem

Neil Dugan pygtk at butterflystitches.com.au
Sun Aug 10 11:04:15 WST 2008


Boris Filipov wrote:
> Hello, this is my first post to this list and I hope i don't offend anyone.
> I'm writing an application which consists of the following:
> Window ->
>     VBox ->
>         HBox ->
>             Button1
>             Button2
>         Table ->
>             16 Rows and 16 columns filled with ToggleButtons
> 
> How should i modify my design to suit the need of adding a label before each
> row and each column. Each label would have about 10 characters. Thank you
> for your answers in advance!
> 
> 

One way is, alter the table to 17 x 17 put the labels in column 1 and 
row 1 and the ToggleButtons in columns 2 - 17 and row 2 - 17.

Regards Neil




More information about the pygtk mailing list