Re: settings dialog

2019-05-02 Thread Christian Stadelmann
You could use: Gtk.Grid. If you need the left side resizable, use a combination of Gtk.Paned and Gtk.Box -> top left: Gtk.SearchBar -> left: Gtk.ScrolledWindow (vertical, in case it overflows) -> if you may have a hierarchical view: Gtk.TreeView -> if you don't have a hierarchi

Re: settings dialog

2019-05-01 Thread Reuben Rissler
On 05/01/2019 05:50 PM, c.buhtz--- via python-hackers-list wrote: I am looking for a PyGObject settings dialog like this https://i.stack.imgur.com/UyF1s.png Yeah, it's called a stack, with a stack switcher on the right. Here's a Glade file:         False