Rework MenuBar. Add MenuButton. Add mouse event cascading to floaters.
LinearLayout: spacing now applies to all children, not just those with expand.
Fix Window resize request inside layouts.
UnicodeGraphics: prepare for styling/theming.
Widget
======
.. toctree::
:maxdepth: 3
:titlesonly:
container
button
treeview
tableview
.. autoclass:: tuikit.widget.Widget
:members:
:show-inheritance:
.. attribute:: x
y
Position inside parent widget. Modified by layout manager.
.. attribute:: width
height
Actual size. Modified by layout manager.