AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzUIGridRow Struct Reference

A grid row. More...

#include <CzUIGrid.h>

List of all members.

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.

Detailed Description

A grid row.


Constructor & Destructor Documentation

CzUIGridRow::CzUIGridRow ( const char *  name,
int  height,
eCzAlignV  align,
bool  visible 
) [inline]

Member Data Documentation

Row actor alignment.

Current height of row.

Original height of row.

Row visibility.


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