Tizen Native API
4.0
|
Controls are interactive components for layouting the user interface.
Classes | |
class | Dali::Toolkit::Control |
Control is the base class for all controls. More... | |
Functions | |
bool | Dali::Toolkit::IsVertical (ControlOrientation::Type orientation) |
Queries whether an orientation is vertical. | |
bool | Dali::Toolkit::IsHorizontal (ControlOrientation::Type orientation) |
Queries whether an orientation is horizontal. | |
Namespaces | |
namespace | Dali::Toolkit::Align |
Enumerations for the alignment of Visuals. | |
namespace | Dali::Toolkit::ControlOrientation |
Control Orientation namespace. |
Function Documentation
bool Dali::Toolkit::IsHorizontal | ( | ControlOrientation::Type | orientation | ) |
Queries whether an orientation is horizontal.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[in] orientation The orientation
- Returns:
- true if the orientation is horizontal
bool Dali::Toolkit::IsVertical | ( | ControlOrientation::Type | orientation | ) |
Queries whether an orientation is vertical.
- Parameters:
-
[in] orientation The orientation
- Returns:
- true if the orientation is vertical