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


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to