Inwin: migrate docs.

This commit is contained in:
Tom Hacohen 2015-08-07 14:37:49 +01:00
parent 7f66232f23
commit 84e5b5f0ef
1 changed files with 7 additions and 10 deletions

View File

@ -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;
}