Quoting Kai Weber <[EMAIL PROTECTED]>:

> To my knowledge, you have to do it manually in your application:
>
> sizegroup = gtk.SizeGroup(gtk.SIZE_GROUP_HORIZONTAL)
> sizegroup.add_widget(label1)
> sizegroup.add_widget(label2)
>

Well, that's what I've been doing. I was wondering if maybe there was an
alternative layout that did the same thing entirely in glade, so I don't have
to maintain code alongside the glade files.
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to