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. More...
Data Structures | |
struct | _Elm_Panel_Scroll_Info |
Panel scroll information. More... | |
Typedefs | |
typedef struct _Elm_Panel_Scroll_Info | Elm_Panel_Scroll_Info |
Panel scroll information. More... | |
Functions | |
Evas_Object * | elm_panel_add (Evas_Object *parent) |
Adds a panel object. More... | |
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:
"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.
typedef struct _Elm_Panel_Scroll_Info Elm_Panel_Scroll_Info |
Panel scroll information.
Evas_Object* elm_panel_add | ( | Evas_Object * | parent | ) |
Adds a panel object.
parent | The parent object |
References elm_layout_add(), elm_layout_content_set(), elm_layout_content_unset(), and elm_object_scale_get().