On Fri, Mar 26, 2004 at 11:00:25AM -0600, John Hunter wrote: > How can I control the alignment of widgets (eg labels or checkbuttons) > in a table? All of the widgets in a single column are of the same > type. Is it possible to get them, for example, to left or right > align?
It's definitely possible. However, it's a bit tricky getting things to work (as you now know) exactly as you want: you need to control expansion and fill rules in the Table cells, and use Alignment objects around labels to make them align as you want (that may be the hint you are missing right there). If you play around with glade a bit you will get a feel for what you need to do to get a complex table to layout as you want. Play around with the Packing tab a bit :-). Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
