gigawidgets 0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
 
Loading...
Searching...
No Matches
alignment.hpp File Reference

Go to the source code of this file.

Classes

struct  ui::Alignment
 A struct that holds a widget's vertical and horizontal alignment. More...
 

Enumerations

enum  ui::align_t {
  ALIGN_CENTER , ALIGN_LEFT = 1 , ALIGN_RIGHT = 2 , ALIGN_TOP = 1 ,
  ALIGN_BOTTOM = 2
}
 The various ways a child widget can be aligned in its parent.