|
NXWidgets
1.19
|
#include <cnxwidget.hxx>
Public Attributes | |
| uint8_t | top |
| uint8_t | right |
| uint8_t | bottom |
| uint8_t | left |
Struct describing the size of all four borders of a widget.
Definition at line 162 of file cnxwidget.hxx.
| uint8_t NXWidgets::CNxWidget::WidgetBorderSize::bottom |
Height of the bottom border.
Definition at line 166 of file cnxwidget.hxx.
| uint8_t NXWidgets::CNxWidget::WidgetBorderSize::left |
Width of the left border.
Definition at line 167 of file cnxwidget.hxx.
| uint8_t NXWidgets::CNxWidget::WidgetBorderSize::right |
Width of the right border.
Definition at line 165 of file cnxwidget.hxx.
| uint8_t NXWidgets::CNxWidget::WidgetBorderSize::top |
Height of the top border.
Definition at line 164 of file cnxwidget.hxx.
1.8.13