summaryrefslogtreecommitdiff
path: root/src/lib/elm_widget.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_widget.eo')
-rw-r--r--src/lib/elm_widget.eo12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/elm_widget.eo b/src/lib/elm_widget.eo
index e5db7679d..b618b4dcc 100644
--- a/src/lib/elm_widget.eo
+++ b/src/lib/elm_widget.eo
@@ -821,6 +821,18 @@ abstract Elm.Widget (Evas.Object_Smart, Elm.Interface_Atspi_Accessible, Elm.Inte
policy: Elm.Focus.Move_Policy; [[Object's focus move policy.]]
}
}
+ @property focus_move_policy_automatic {
+ [[Control the widget's focus_move_policy mode setting.]]
+ set {
+ }
+ get {
+ }
+ values {
+ automatic: bool; [[$true to follow system focus move policy change, $false otherwise]]
+ }
+ }
+ focus_reconfigure {
+ }
}
implements {
class.constructor;