Open
Description
Is it possible to color references to different layout component classes on this page:
http://python-prompt-toolkit.readthedocs.io/en/stable/pages/full_screen_apps.html#the-layout
It seems that there are three groups of layout components:
Container
,HSplit
,VSplit
,FloatContainer
- (light-blue lines) specify layout only (no flow direction)Window
- (red) flow and scrollingUIControl
,BufferControl
,FormattedTextControl
- (green) object that is being placed intoWindow
Then all three levels can be grouped into single widget - TextArea
, Button
, Frame
(what's the difference with Window
/Container
), VerticalLine
. Would be nice to see decomposition of VerticalLine
into basic layout components.