Re: settings dialog

2019-05-02 Thread Christian Stadelmann
the side. See e.g. Exaile. With the git master or 4.0.0 RC, open "Tools" → "Preferences" → "Appearance" and switch to "Left". In your case imho the approach described above looks nicer though. -- Regards Chris Am Mittwoch, den 01.05.2019, 23:50 +020

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:    

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