TDME2 1.9.121
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 * @version $Id$
20 */
22{
24 int left { 0 };
26 int top { 0 };
28 int width { 0 };
30 int height { 0 };
31};
GUI node base class.
Definition: GUINode.h:63
GUI node border entity.
GUI node padding entity.
GUINode_RequestedConstraints_RequestedConstraintsType * topType
GUINode_RequestedConstraints_RequestedConstraintsType * widthType
GUINode_RequestedConstraints_RequestedConstraintsType * leftType
GUINode_RequestedConstraints_RequestedConstraintsType * heightType