Re: Reposition / reorder widgets in a Gtk::Box using click-and-drag

2020-06-08 Thread Mohith Manoj via gtkmm-list
Would really appreciate it if someone is able to throw some light into this matter. On Thu, May 21, 2020 at 6:26 PM Mohith Manoj wrote: > Hi, > I have an application where multiple widgets (Derived from Gtk::Widget) > (of the same type) are stacked in a Gtk::VBox. I would like the order in > wh

Reposition / reorder widgets in a Gtk::Box using click-and-drag

2020-05-21 Thread Mohith Manoj via gtkmm-list
Hi, I have an application where multiple widgets (Derived from Gtk::Widget) (of the same type) are stacked in a Gtk::VBox. I would like the order in which the widgets are packed to be changed at run time by click and drag (or drag-and-drop if that's a more appropriate term). I understand that Gtk::