|
Tizen Native API
5.0
|
Structure to specify layout position for child actor. More...
Public Member Functions | |
| CellPosition (unsigned int rowIndex=0, unsigned int columnIndex=0, unsigned int rowSpan=1, unsigned int columnSpan=1) | |
| Constructor to initialise values to defaults for convenience. | |
Structure to specify layout position for child actor.
| Dali::Toolkit::TableView::CellPosition::CellPosition | ( | unsigned int | rowIndex = 0, |
| unsigned int | columnIndex = 0, |
||
| unsigned int | rowSpan = 1, |
||
| unsigned int | columnSpan = 1 |
||
| ) |
Constructor to initialise values to defaults for convenience.
| [in] | rowIndex | The row index initialized |
| [in] | columnIndex | The column index initialized |
| [in] | rowSpan | The row span initialized |
| [in] | columnSpan | The column span initialized |