TDME2 1.9.121
GUINode_Border.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
6
17
18/**
19 * GUI node border entity
20 * @author Andreas Drewke
21 * @version $Id$
22 */
24{
25
30 int left { 0 };
31 int top { 0 };
32 int right { 0 };
33 int bottom { 0 };
34};
GUI node base class.
Definition: GUINode.h:63
GUI node border entity.
GUI node padding entity.