summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_widget_item_static_focus.eo
blob: 51d0fd0e46b5de89d75cb9c20dbc3b565843e8c9 (plain)
1
2
3
4
5
6
7
8
9
class Elm.Widget.Item.Static_Focus (Elm.Widget.Item, Efl.Ui.Focus.Object)
{
   [[A class that ensures that at least ONE focusable target is behind this widget item. If there is none registered to it after a prepare call it will register the view of the item as item.]]
   implements {
           Efl.Object.constructor;
           Efl.Object.destructor;
           Efl.Ui.Focus.Object.prepare_logical_none_recursive;
   }
}