widgets.FlexBox
: addjustify_content
layout option
widgets.FlexBox
: rename possible values forflex_direction
tocolumn
androw
, to 100% match CSS.size
: change behaviour and rename the classes used for specifying widget size to be more robust
- Fix scrolling
widgets.Container
: addedadd_child
,del_child_by_name
, anddel_child_by_widget
methods, and updated methods for deleting and adding tabs inwidgets.TabBox
to be consistent.widgets.Box
: addedborder
andborder_label
properties.widgets.Scrollable
: switchedscrollable
andget/set_scroll_direction
methods over to properties.widgets.List
: switchedactive_child
method over to property
- Fix crash on user input in 0.0.1 due to wrong parsy version.
Initial release.