Tizen Native API

The panes widget adds a draggable bar between two contents. When dragged this bar resizes contents' size.

panes_inheritance_tree.png
panes.png

Panes can be displayed 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 have been pressed (button isn't released yet).
  • "unpressed" - The panes are released after being pressed.
  • "clicked" - The panes have been clicked.
  • "clicked,double" - The panes have been double clicked.

Available styles for it:

  • "default"

The default content parts of the panes widget that you can use are:

  • "left" - Leftside content of the panes.
  • "right" - Rightside content of the panes.

If panes are displayed vertically, left content is displayed on top.

Supported common elm_object APIs.