AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
A grid row. More...
#include <CzUIGrid.h>
Public Member Functions | |
CzUIGridRow (const char *name, int height, eCzAlignV align, bool visible) | |
Public Attributes | |
CzString | Name |
Name of row. | |
int | OriginalHeight |
Original height of row. | |
int | Height |
Current height of row. | |
eCzAlignV | Align |
Row actor alignment. | |
bool | Visible |
Row visibility. |
A grid row.
CzUIGridRow::CzUIGridRow | ( | const char * | name, |
int | height, | ||
eCzAlignV | align, | ||
bool | visible | ||
) | [inline] |
Row actor alignment.
Current height of row.
Name of row.
Original height of row.
bool CzUIGridRow::Visible |
Row visibility.