PNTK
Public Attributes | List of all members
pntk::gui_sizer_data Class Reference

#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
 

Detailed Description

Special member data for a widget when its placed in a sizer.

Member Data Documentation

◆ alignment

unsigned char pntk::gui_sizer_data::alignment

The widgets alignment within its container.

◆ border

int pntk::gui_sizer_data::border

The size of the border around the widget.

◆ border_flag

unsigned char pntk::gui_sizer_data::border_flag

The widgets border style.

◆ collapsed_h

bool pntk::gui_sizer_data::collapsed_h

The internal state of the widgets height calculation.

◆ collapsed_w

bool pntk::gui_sizer_data::collapsed_w

The internal state of the widgets width calculation.

◆ weight

int pntk::gui_sizer_data::weight

The weight/scale ratio of the widget.


The documentation for this class was generated from the following file: