Tizen Native API
|
Controls are interactive components for layouting the user interface. More...
Classes | |
class | Dali::Toolkit::Control |
Control is the base class for all controls. More... | |
Functions | |
bool | Dali::Toolkit::IsVertical (ControlOrientation::Type orientation) |
Query whether an orientation is vertical. | |
bool | Dali::Toolkit::IsHorizontal (ControlOrientation::Type orientation) |
Query whether an orientation is horizontal. | |
Namespaces | |
namespace | Dali::Toolkit::Internal |
Internal namespace for Control. | |
namespace | Dali::Toolkit::ControlOrientation |
Control Orientation namespace. |
Controls are interactive components for layouting the user interface.
Function Documentation
bool Dali::Toolkit::IsHorizontal | ( | ControlOrientation::Type | orientation | ) |
Query whether an orientation is horizontal.
- Since :
- 2.4
- Parameters:
-
[in] orientation The orientation.
- Returns:
- True if the orientation is horizontal.
bool Dali::Toolkit::IsVertical | ( | ControlOrientation::Type | orientation | ) |
Query whether an orientation is vertical.
- Since :
- 2.4
- Parameters:
-
[in] orientation The orientation.
- Returns:
- True if the orientation is vertical.