Hi, if you mean "to specify how many objects to put into hbox", you just add (using pack_start/pack_end methods) objects you want, this is how you specify how many fields will hbox hold.
If you mean spacing between objects, there are HBox methods for that (set_spacing method or spacing parameter for HBox constructor). Hope this helps. Petr cristian abarzúa píše v Po 19. 03. 2012 v 17:22 -0300: > Hi. > > I need to create a control hbox from code, giving the number of > horizontal spaces to create, (the way it does glade), but can not find how. > > Any suggestions are welcome. > > Regards > > Cristian > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://faq.pygtk.org/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
