TDME2  1.9.200
GUINode_RequestedConstraints.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <tdme/tdme.h>
5 
15 
16 /**
17  * GUI node requested constraints entity
18  * @author Andreas Drewke
19  */
21 {
23  int left { 0 };
25  int top { 0 };
27  int width { 0 };
29  int height { 0 };
30 };
GUI node base class.
Definition: GUINode.h:64
GUI node border entity.
GUI node padding entity.
GUINode_RequestedConstraints_RequestedConstraintsType * topType
GUINode_RequestedConstraints_RequestedConstraintsType * widthType
GUINode_RequestedConstraints_RequestedConstraintsType * leftType
GUINode_RequestedConstraints_RequestedConstraintsType * heightType