FabGL
ESP32 VGA Controller and Graphics Library
fabgl::uiFrameProps Struct Reference

Properties of the frame. More...

#include <fabui.h>

Public Attributes

uint8_t hasCloseButton: 1
 
uint8_t hasMaximizeButton: 1
 
uint8_t hasMinimizeButton: 1
 
uint8_t moveable: 1
 
uint8_t resizeable: 1
 

Detailed Description

Properties of the frame.

Member Data Documentation

◆ hasCloseButton

uint8_t fabgl::uiFrameProps::hasCloseButton

Frame has close button. Make sure the window has a title bar setting window title

◆ hasMaximizeButton

uint8_t fabgl::uiFrameProps::hasMaximizeButton

Frame has maximize button. Make sure the window has a title bar setting window title

◆ hasMinimizeButton

uint8_t fabgl::uiFrameProps::hasMinimizeButton

Frame has minimize button. Make sure the window has a title bar setting window title

◆ moveable

uint8_t fabgl::uiFrameProps::moveable

Frame is moveable. Make sure the window has a title bar setting window title

◆ resizeable

uint8_t fabgl::uiFrameProps::resizeable

Frame is resizeable. Make sure the window border has enough thickness setting also uiWindowStyle.borderSize


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