You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in adding menus to mowedline, and more generally, windows with the widgets arranged vertically. I see two ways of doing this:
make 'layout' a parameter of the window. This is the simpler approach and restricts us to simple layouts.
introduce layout widgets like 'hbox' and 'vbox' and allow widgets to be nested. It may then also be sensible to refactor 'window' so that it is a subclass of 'widget'.
The text was updated successfully, but these errors were encountered:
I am interested in adding menus to mowedline, and more generally, windows with the widgets arranged vertically. I see two ways of doing this:
The text was updated successfully, but these errors were encountered: