extradata for the panel node More...
#include <ui_node_panel.h>
Data Fields | |
abstractScrollableExtraData_t | super |
panelLayout_t | layout |
int | layoutMargin |
int | layoutColumns |
extradata for the panel node
Definition at line 94 of file ui_node_panel.h.
The layout manager the panel is using to render all its children
Definition at line 96 of file ui_node_panel.h.
The number of columns (only used by LAYOUT_COLUMN)
Definition at line 98 of file ui_node_panel.h.
The margin between all children nodes of the panel
Definition at line 97 of file ui_node_panel.h.
Definition at line 95 of file ui_node_panel.h.