davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=7b135c20128ebbc007b01edf7c216872133b87ca
commit 7b135c20128ebbc007b01edf7c216872133b87ca Author: Dave Andreoli <[email protected]> Date: Sun Jan 4 14:39:53 2015 +0100 Small doc fixes --- efl/elementary/window.pyx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/efl/elementary/window.pyx b/efl/elementary/window.pyx index a771791..a9a380b 100644 --- a/efl/elementary/window.pyx +++ b/efl/elementary/window.pyx @@ -503,9 +503,7 @@ cdef class Window(Object): return _ctouni(elm_win_title_get(self.obj)) def type_get(self): - """type_get() - - Get the type of a window. + """Get the type of a window. :return: The type of the window :return type: Elm_Win_Type @@ -603,9 +601,7 @@ cdef class Window(Object): return elm_win_autodel_get(self.obj) def activate(self): - """activate() - - Activate a window object. + """Activate a window object. This function sends a request to the Window Manager to activate the window. If honored by the WM, the window will receive the keyboard --
