summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2015-08-07 14:37:49 +0100
committerTom Hacohen <tom@stosb.com>2015-08-07 15:04:48 +0100
commitfd6a0f5b139d74379653ca5dff00e2fdf6bf34b8 (patch)
tree15e992fd4a30251ea79b0cad4dda9b817a86b31e
parent2a1fd61e5667860f860c842dbc375a5e692aaf0e (diff)
downloadelementary-fd6a0f5b139d74379653ca5dff00e2fdf6bf34b8.tar.gz
Inwin: migrate docs.
-rw-r--r--src/lib/elm_inwin.eo17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/lib/elm_inwin.eo b/src/lib/elm_inwin.eo
index 9f367e9dc..74ea2214c 100644
--- a/src/lib/elm_inwin.eo
+++ b/src/lib/elm_inwin.eo
@@ -4,18 +4,15 @@ class Elm.Inwin (Elm.Layout)
data: null;
methods {
activate {
- /*@
- Activates an inwin object, ensuring its visibility
+ [[Activates an inwin object, ensuring its visibility
- This function will make sure that the inwin $obj is completely visible
- by calling evas_object_show() and evas_object_raise() on it, to bring it
- to the front. It also sets the keyboard focus to it, which will be passed
- onto its content.
+ This function will make sure that the inwin $obj is completely visible
+ by calling evas_object_show() and evas_object_raise() on it, to bring it
+ to the front. It also sets the keyboard focus to it, which will be passed
+ onto its content.
- The object's theme will also receive the signal "elm,action,show" with
- source "elm".
-
- @ingroup Inwin */
+ The object's theme will also receive the signal "elm,action,show" with
+ source "elm".]]
legacy: elm_win_inwin_activate;
}