Re: pack_start() position?
- From: Matthias Langer <mlangc gmx at>
- To: gtkmm-list gnome org
- Subject: Re: pack_start() position?
- Date: Mon, 12 Sep 2005 05:17:14 +0200
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]