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                    

settings dialog

2019-05-01 Thread c.buhtz--- via python-hackers-list
I am looking for a PyGObject settings dialog like this https://i.stack.imgur.com/UyF1s.png I list of sub-pages on the left and the current selected page on the right. A Gtk.Notebook doesn't fit my needs because it only works horizontal. Isn't there a widget like that?