Functions | |
Evas_Object * | elm_panes_add (Evas_Object *parent) |
Add a new panes widget to the given parent Elementary (container) object. More... | |
The panes widget adds a draggable bar between two contents. When dragged this bar will resize contents' size.
Panes can be split vertically or horizontally, and contents size proportion can be customized (homogeneous by default).
This widget inherits from the Layout one, so that all the functions acting on it also work for panes objects.
This widget emits the following signals, besides the ones sent from Layout:
"press"
- The panes has been pressed (button wasn't released yet)."unpress"
- The panes was released after being pressed."clicked"
- The panes has been clicked>"clicked,double"
- The panes has been double clickedAvailable styles for it:
"default"
Default content parts of the panes widget that you can use are:
If panes are displayed vertically, left content will be displayed on top.
Supported elm_object common APIs.
Here is an example on its usage:
Evas_Object* elm_panes_add | ( | Evas_Object * | parent | ) |
Add a new panes widget to the given parent Elementary (container) object.
parent | The parent object. |
NULL
, on errors.This function inserts a new panes widget on the canvas.