PNTK
|
#include <gui_widget.h>
Public Attributes | |
int | border |
int | weight |
unsigned char | border_flag |
unsigned char | alignment |
bool | collapsed_w: 1 |
bool | collapsed_h: 1 |
Special member data for a widget when its placed in a sizer.
unsigned char pntk::gui_sizer_data::alignment |
The widgets alignment within its container.
int pntk::gui_sizer_data::border |
The size of the border around the widget.
unsigned char pntk::gui_sizer_data::border_flag |
The widgets border style.
bool pntk::gui_sizer_data::collapsed_h |
The internal state of the widgets height calculation.
bool pntk::gui_sizer_data::collapsed_w |
The internal state of the widgets width calculation.
int pntk::gui_sizer_data::weight |
The weight/scale ratio of the widget.