Tizen Native API
|
Colorselector
A ColorSelector is a color selection widget.
It allows an application to set a series of colors.It also allows to load/save colors from/to config with a unique identifier, by default, the colors are loaded/saved from/to config using a "default" identifier. The colors can be picked by the user from the color set by clicking on individual color items on the palette or by selecting it from the selector.
This widget inherits from the Layout one, so that all the functions acting on it also work for check objects.
This widget emits the following signals, besides the ones sent from Layout :
"changed"
- When the color value changes on the selector. event_info isNULL
."color,item,selected"
- When the user clicks on a color item. The event_info parameter of the callback is the selected color item."color,item,longpressed"
- When user long presses on a color item. The event_info parameter of the callback contains the selected color item.
Enumeration Type Documentation
Enumeration that defines the different modes supported by Colorselector.
- See also:
- elm_colorselector_mode_set()
- elm_colorselector_mode_get()
- Enumerator: