NXWidgets  1.19
Public Attributes | List of all members
NXWidgets::CNxWidget::WidgetBorderSize Struct Reference

#include <cnxwidget.hxx>

Public Attributes

uint8_t top
 
uint8_t right
 
uint8_t bottom
 
uint8_t left
 

Detailed Description

Struct describing the size of all four borders of a widget.

Definition at line 162 of file cnxwidget.hxx.

Member Data Documentation

◆ bottom

uint8_t NXWidgets::CNxWidget::WidgetBorderSize::bottom

Height of the bottom border.

Definition at line 166 of file cnxwidget.hxx.

◆ left

uint8_t NXWidgets::CNxWidget::WidgetBorderSize::left

Width of the left border.

Definition at line 167 of file cnxwidget.hxx.

◆ right

uint8_t NXWidgets::CNxWidget::WidgetBorderSize::right

Width of the right border.

Definition at line 165 of file cnxwidget.hxx.

◆ top

uint8_t NXWidgets::CNxWidget::WidgetBorderSize::top

Height of the top border.

Definition at line 164 of file cnxwidget.hxx.


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