summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Iscaro <iscaro@profusion.mobi>2016-11-09 14:07:14 -0200
committerBruno Dilly <bdilly@profusion.mobi>2016-11-28 13:57:55 -0200
commit1d0c0d50248de537d4b77b2a19a9e0cd54ae1fe6 (patch)
treee27a41295d4da9805f18c0af817378f238c744bb
parentbe609118c6a23a80e5a3271a6294621baa3e480a (diff)
downloadefl-1d0c0d50248de537d4b77b2a19a9e0cd54ae1fe6.tar.gz
Evas: Change evas_canvas_seat_focus_get to property.
-rw-r--r--src/lib/evas/canvas/evas_canvas.eo17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/lib/evas/canvas/evas_canvas.eo b/src/lib/evas/canvas/evas_canvas.eo
index d4bbfaca8c..91eb4135df 100644
--- a/src/lib/evas/canvas/evas_canvas.eo
+++ b/src/lib/evas/canvas/evas_canvas.eo
@@ -136,7 +136,7 @@ class Evas.Canvas (Efl.Object, Efl.Canvas, Efl.Animator, Efl.Input.Interface)
See also \@ref evas_object_focus_set,
\@ref evas_object_focus_get, \@ref evas_object_key_grab,
- \@ref evas_object_key_ungrab, @.seat_focus_get,
+ \@ref evas_object_key_ungrab, @.seat_focus.get,
@.focused_objects.get, @Efl.Canvas.Object.seat_focus_check,
@Efl.Canvas.Object.seat_focus_add,
@Efl.Canvas.Object.seat_focus_del.
@@ -165,14 +165,17 @@ class Evas.Canvas (Efl.Object, Efl.Canvas, Efl.Animator, Efl.Input.Interface)
Efl.Input.Device and the data is an Efl.Canvas.Object or $null on error.]]
}
}
- seat_focus_get {
+ @property seat_focus {
[[Return the focused object by a given seat. @since 1.19]]
- params {
- @in seat: Efl.Input.Device;[[The seat to fetch the focused
- object or $null for the default seat.]]
+ get {}
+ keys {
+ seat: Efl.Input.Device;[[The seat to fetch the focused
+ object or $null for the default seat.]]
}
- return: Efl.Canvas.Object; [[The object that has the focus or $null if
- the seat has no focused object.]]
+ values {
+ return: Efl.Canvas.Object; [[The object that has the focus or $null if
+ the seat has no focused object.]]
+ }
}
@property object_top {
get {