|
Tizen Native API
5.0
|
Enumeration for the instance of properties belonging to the Button class. More...
Public Types | |
| enum | |
| Enumeration for the instance of properties belonging to the Button class. More... | |
Enumeration for the instance of properties belonging to the Button class.
| anonymous enum |
Enumeration for the instance of properties belonging to the Button class.
| DISABLED |
name "disabled", type bool Sets the button as disabled.
|
| AUTO_REPEATING |
name "autoRepeating", type bool If the autorepeating property is set to true then the togglable property is set to false
|
| INITIAL_AUTO_REPEATING_DELAY |
name "initialAutoRepeatingDelay", type float By default this value is set to 0.15 seconds.
|
| NEXT_AUTO_REPEATING_DELAY |
name "nextAutoRepeatingDelay", type float default this value is set to 0.05 seconds
|
| TOGGLABLE |
name "togglable", type bool If the togglable property is set to true, then the autorepeating property is set to false.
|
| SELECTED |
name "selected", type bool Sets the togglable button as either selected or unselected, togglable property must be set to true.
|
| UNSELECTED_STATE_IMAGE |
name "unselectedStateImage", type string if it is a url, map otherwise
Sets the unselected button foreground image
|
| SELECTED_STATE_IMAGE |
name "selectedStateImage", type string if it is a url, map otherwise
Sets the selected button foreground image
|
| DISABLED_STATE_IMAGE |
name "disabledStateImage", type string if it is a url, map otherwise
Sets the disabled whilst unselected foreground button visual
|
| UNSELECTED_COLOR |
name "unselectedColor", type Vector4
|
| SELECTED_COLOR |
name "selectedColor", type Vector4
|
| LABEL |
name "label", type Property::Map or std::string
|
| LABEL_TEXT |
name "labelText", type std::string
|