From c9383c72b2f62bee90050d02a307381cb6bfa536 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 19 Apr 2010 23:43:48 +0200 Subject: updated pydoc --- doc/pydoc/ranger.gui.ui.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/pydoc/ranger.gui.ui.html') 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 @@        
_curses
-curses
+
curses
os
-socket
sys
-

+

-
 
@@ -70,7 +69,7 @@
Methods defined here:
-
__init__(self, commandlist=None, env=None, fm=None)
+
__init__(self, env=None, fm=None)
destroy(self)
Destroy all widgets and turn off curses
@@ -78,10 +77,12 @@ Methods defined here:
finalize(self)
Finalize every object in container and refresh the window
-
get_next_key(self)
Waits for key input and returns the pressed key
+
handle_input(self)
handle_key(self, key)
Handles key input
+
handle_keys(self, *keys)
+
handle_mouse(self)
Handles mouse input
initialize(self)
initialize curses, then call setup (at the first time) and resize.
@@ -106,8 +107,6 @@ Data and other attributes defined here:
load_mode = False
-
mousemask = 268435455
-
Methods inherited from ranger.gui.displayable.DisplayableContainer:
add_child(self, obj)
Add the objects to the container.
@@ -175,5 +174,6 @@ Data and other attributes inherited from Data
       TERMINALS_WITH_TITLE = ('xterm', 'xterm-256color', 'rxvt', 'rxvt-256color', 'rxvt-unicode', 'aterm', 'Eterm', 'screen', 'screen-256color')
+MOUSEMASK = 268435455
+TERMINALS_WITH_TITLE = ('xterm', 'xterm-256color', 'rxvt', 'rxvt-256color', 'rxvt-unicode', 'aterm', 'Eterm', 'screen', 'screen-256color') \ No newline at end of file -- cgit 1.4.1-2-gfad0 /a> 41 42 43 44 45 46 47 48 49 50 51 52 53