/* Theme API: Not bound to EO */
@property theme @beta {
- [[Widget theme]]
+ [[Widget theme]]
values {
th: ptr(Elm.Theme) @nullable; [[Elementary theme]]
}
}
@property theme_object @beta {
- [[Theme object property]]
+ [[Theme object property]]
set {
return: Efl.Ui.Theme.Apply; [[Theme apply]]
}
}
@property focus_move_policy_automatic @beta {
[[Control the widget's focus_move_policy mode setting.
-
+
@since 1.18]]
values {
automatic: bool; [[$true to follow system focus move policy change,
}
}
+ /* FIXME: No more items in EO API */
@property focused_item @beta {
get {
[[Get the focused widget item.]]
return: Elm.Widget.Item; [[Focused item]]
}
}
+
/* Focus Manager API */
focus_state_apply @protected {
[[Register focus with the given configuration.