TDME2 1.9.121
Public Attributes | List of all members
GUINode_Border Struct Reference

GUI node border entity. More...

#include <tdme/gui/nodes/GUINode_Border.h>

Collaboration diagram for GUINode_Border:
Collaboration graph

Public Attributes

GUIColor leftColor
 
GUIColor topColor
 
GUIColor rightColor
 
GUIColor bottomColor
 
int left { 0 }
 
int top { 0 }
 
int right { 0 }
 
int bottom { 0 }
 

Detailed Description

GUI node border entity.

Author
Andreas Drewke
Version
$Id$

Definition at line 23 of file GUINode_Border.h.

Member Data Documentation

◆ bottom

int bottom { 0 }

Definition at line 33 of file GUINode_Border.h.

◆ bottomColor

GUIColor bottomColor

Definition at line 29 of file GUINode_Border.h.

◆ left

int left { 0 }

Definition at line 30 of file GUINode_Border.h.

◆ leftColor

GUIColor leftColor

Definition at line 26 of file GUINode_Border.h.

◆ right

int right { 0 }

Definition at line 32 of file GUINode_Border.h.

◆ rightColor

GUIColor rightColor

Definition at line 28 of file GUINode_Border.h.

◆ top

int top { 0 }

Definition at line 31 of file GUINode_Border.h.

◆ topColor

GUIColor topColor

Definition at line 27 of file GUINode_Border.h.


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