summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_toolbar.eo
blob: a2f2f8df019ce46131e99febbe0f1e72954f8fbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
class Efl.Ui.Toolbar (Efl.Ui.Item_List,
                      Efl.Ui.Direction)
{
   [[Toolbar widget

     A toolbar displays a list of items inside.
     Among them, only one can be selected at a time.
   ]]
   implements {
      Efl.Object.constructor;
      Efl.Canvas.Group.group_calculate;
      Elm.Widget.theme_apply;
      Efl.Ui.Direction.direction { get; set; [[Only supports $vertical and
         $horizontal. Default is $horizontal.]] }
      Efl.Ui.Item_List.item_add;
      Efl.Ui.Item_List.item_class { get; }
   }
}