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
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::