Re: pack_start() position?



Am Mon, 12 Sep 2005 05:17:14 +0200 schrieb Matthias Langer:

> Andreas Volz wrote:
> 
> >Hi,
> >
> >is it possible to define a position in a vbox where to pack the
> >widget? Or is the call of pack_start() order the only way? I ask
> >because I like to place a widget "between" the Glade created widgets.
> >
> Have you tried
> void Gtk::Box::reorder_child(Widget& child, int pos) 
> http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1Box.html#a14 

Yes, another person suggested this also. reorder_child() works great.
I forgot to look for the functions that VBox inherits from Box. Thanks
for your help. 

Andreas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]