diff options
author | hut <hut@lavabit.com> | 2010-04-19 23:43:48 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-19 23:43:48 +0200 |
commit | c9383c72b2f62bee90050d02a307381cb6bfa536 (patch) | |
tree | 4e4a2818efd30719fbcc60c351cded3bf5867a89 /doc/pydoc/ranger.gui.ui.html | |
parent | 5f4f7cb99a77f070536946bd6a37163d99752f9a (diff) | |
download | ranger-c9383c72b2f62bee90050d02a307381cb6bfa536.tar.gz |
updated pydoc
Diffstat (limited to 'doc/pydoc/ranger.gui.ui.html')
-rw-r--r-- | doc/pydoc/ranger.gui.ui.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pydoc/ranger.gui.ui.html b/doc/pydoc/ranger.gui.ui.html index 9beffb00..f0aece1d 100644 --- a/doc/pydoc/ranger.gui.ui.html +++ b/doc/pydoc/ranger.gui.ui.html @@ -31,11 +31,10 @@ <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="_curses.html">_curses</a><br> -<a href="curses.html">curses</a><br> +</td><td width="25%" valign=top><a href="curses.html">curses</a><br> </td><td width="25%" valign=top><a href="os.html">os</a><br> -<a href="socket.html">socket</a><br> </td><td width="25%" valign=top><a href="sys.html">sys</a><br> -</td><td width="25%" valign=top></td></tr></table></td></tr></table><p> +</td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ee77aa"> <td colspan=3 valign=bottom> <br> @@ -70,7 +69,7 @@ </dl> <hr> Methods defined here:<br> -<dl><dt><a name="UI-__init__"><strong>__init__</strong></a>(self, commandlist<font color="#909090">=None</font>, env<font color="#909090">=None</font>, fm<font color="#909090">=None</font>)</dt></dl> +<dl><dt><a name="UI-__init__"><strong>__init__</strong></a>(self, env<font color="#909090">=None</font>, fm<font color="#909090">=None</font>)</dt></dl> <dl><dt><a name="UI-destroy"><strong>destroy</strong></a>(self)</dt><dd><tt>Destroy all widgets and turn off curses</tt></dd></dl> @@ -78,10 +77,12 @@ Methods defined here:<br> <dl><dt><a name="UI-finalize"><strong>finalize</strong></a>(self)</dt><dd><tt>Finalize every object in container and refresh the window</tt></dd></dl> -<dl><dt><a name="UI-get_next_key"><strong>get_next_key</strong></a>(self)</dt><dd><tt>Waits for key input and returns the pressed key</tt></dd></dl> +<dl><dt><a name="UI-handle_input"><strong>handle_input</strong></a>(self)</dt></dl> <dl><dt><a name="UI-handle_key"><strong>handle_key</strong></a>(self, key)</dt><dd><tt>Handles key input</tt></dd></dl> +<dl><dt><a name="UI-handle_keys"><strong>handle_keys</strong></a>(self, *keys)</dt></dl> + <dl><dt><a name="UI-handle_mouse"><strong>handle_mouse</strong></a>(self)</dt><dd><tt>Handles mouse input</tt></dd></dl> <dl><dt><a name="UI-initialize"><strong>initialize</strong></a>(self)</dt><dd><tt>initialize curses, then call setup (at the first time) and resize.</tt></dd></dl> @@ -106,8 +107,6 @@ Data and other attributes defined here:<br> <dl><dt><strong>load_mode</strong> = False</dl> -<dl><dt><strong>mousemask</strong> = 268435455</dl> - <hr> Methods inherited from <a href="ranger.gui.displayable.html#DisplayableContainer">ranger.gui.displayable.DisplayableContainer</a>:<br> <dl><dt><a name="UI-add_child"><strong>add_child</strong></a>(self, obj)</dt><dd><tt>Add the objects to the container.</tt></dd></dl> @@ -175,5 +174,6 @@ Data and other attributes inherited from <a href="ranger.shared.settings.html#Se <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> -<td width="100%"><strong>TERMINALS_WITH_TITLE</strong> = ('xterm', 'xterm-256color', 'rxvt', 'rxvt-256color', 'rxvt-unicode', 'aterm', 'Eterm', 'screen', 'screen-256color')</td></tr></table> +<td width="100%"><strong>MOUSEMASK</strong> = 268435455<br> +<strong>TERMINALS_WITH_TITLE</strong> = ('xterm', 'xterm-256color', 'rxvt', 'rxvt-256color', 'rxvt-unicode', 'aterm', 'Eterm', 'screen', 'screen-256color')</td></tr></table> </body></html> \ No newline at end of file |