Re: pack_start() position?



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.

regards
Andreas
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list


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 ?
Matthias Langer





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