Tizen Native API
5.5
|
A panel is an animated side-panel that contains a sub-object. It can be expanded or contracted by clicking the button on its edge.
Orientations are as follows:
This widget inherits from the Layout one, so that all the functions acting on it also work for panel objects (since 1.8).
This widget emits the following signals, besides the ones sent from Layout:
"toggled"
: When the panel has been toggled. (since 1.18) "scroll"
: When the content has been scrolled (moved). (since 1.10) This signal is emitted only when the panel is scrollable. Elm_Panel_Scroll_Info will be passed by event_info
argument. "focused"
: When the panel has received focus. (since 1.8) "unfocused"
: When the panel has lost focus. (since 1.8)Default content parts of the panel widget that you can use are:
"default"
- A content of the panelPanel example shows one way to use this widget.
Functions | |
Evas_Object * | elm_panel_add (Evas_Object *parent) |
Adds a panel object. | |
Typedefs | |
typedef struct _Elm_Panel_Scroll_Info | Elm_Panel_Scroll_Info |
typedef struct _Elm_Panel_Scroll_Info Elm_Panel_Scroll_Info |
Panel scroll information
enum Elm_Panel_Orient |
Evas_Object* elm_panel_add | ( | Evas_Object * | parent | ) |
Adds a panel object.
parent | The parent object |