11#include "UIWidgetGroup.h"
46 uint8_t extendingChildrenCount;
Area consisting of left, top, right, and bottom value.
Definition: UIArea.h:20
Widget group for widgets organized in columns one next to the other.
Definition: UIColumns.h:28
UIColumns(UIWidget *firstChild, UIWidget *next=nullptr)
Create a group of column-wise arranged sub-widgets.
Definition: UIColumns.cpp:16
void layout(U8G2 *display, UIArea *dim)
Layout all the sub-widgets one next to the other.
Definition: UIColumns.cpp:20
void computePreferredSize(U8G2 *display, UISize *preferredSize)
Preferred size of a columns group is computed by attaching the sub-widgets appropriately.
Definition: UIColumns.cpp:36
Representation of a size, i.e.
Definition: UISize.h:9