Tizen Native API
Dali::Toolkit::Button::Property Struct Reference

An enumeration of properties belonging to the Button class. More...

Public Types

enum  

Detailed Description

An enumeration of properties belonging to the Button class.

Since :
2.4

Member Enumeration Documentation

anonymous enum
Enumerator:
DISABLED 

type bool

Since :
2.4
See also:
SetDisabled()
AUTO_REPEATING 

type bool

Since :
2.4
See also:
SetAutoRepeating()
INITIAL_AUTO_REPEATING_DELAY 

type float

Since :
2.4
See also:
SetInitialAutoRepeatingDelay()
NEXT_AUTO_REPEATING_DELAY 

type float

Since :
2.4
See also:
SetNextAutoRepeatingDelay()
TOGGLABLE 

type bool

Since :
2.4
See also:
SetTogglableButton()
SELECTED 

type bool

Since :
2.4
See also:
SetSelected()
UNSELECTED_STATE_IMAGE 

type std::string

Since :
2.4
See also:
SetUnselectedImage()
SELECTED_STATE_IMAGE 

type std::string

Since :
2.4
See also:
SetSelectedImage()
DISABLED_STATE_IMAGE 

type std::string

Since :
2.4
See also:
SetDisabledImage()
UNSELECTED_COLOR 

type Vector4

Since :
2.4
SELECTED_COLOR 

type Vector4

Since :
2.4
LABEL 

type Property::Map

Since :
2.4
LABEL_TEXT 

type std::string

Since :
2.4
See also:
SetLabelText()