From f07bb12fc5c59430e995a64956b36331ce3629b9 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 25 Dec 2009 21:55:04 +0100 Subject: updated pydoc pages --- doc/ranger.gui.widgets.html | 128 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 doc/ranger.gui.widgets.html (limited to 'doc/ranger.gui.widgets.html') diff --git a/doc/ranger.gui.widgets.html b/doc/ranger.gui.widgets.html new file mode 100644 index 00000000..7c93bf98 --- /dev/null +++ b/doc/ranger.gui.widgets.html @@ -0,0 +1,128 @@ + +Python: package ranger.gui.widgets + + + + + +
 
+ 
ranger.gui.widgets
index
/home/hut/work/ranger/ranger/gui/widgets/__init__.py
+

+

+ + + + + +
 
+Package Contents
       
console
+filelist
+
filelistcontainer
+notify
+
process_manager
+statusbar
+
titlebar
+

+ + + + + +
 
+Classes
       
+
ranger.gui.displayable.Displayable(ranger.shared.EnvironmentAware, ranger.shared.FileManagerAware, ranger.shared.settings.SettingsAware) +
+
+
Widget +
+
+
+

+ + + + + + + +
 
+class Widget(ranger.gui.displayable.Displayable)
   The Widget class defines no methods and only exists for
+classification of widgets.
 
 
Method resolution order:
+
Widget
+
ranger.gui.displayable.Displayable
+
ranger.shared.EnvironmentAware
+
ranger.shared.FileManagerAware
+
ranger.shared.Awareness
+
ranger.shared.settings.SettingsAware
+
builtins.object
+
+
+Methods inherited from ranger.gui.displayable.Displayable:
+
__contains__(self, item)
Is item inside the boundaries?
+item can be an iterable like [y, x] or an object with x and y methods.
+ +
__init__(self, win, env=None, fm=None, settings=None)
+ +
__nonzero__(self)
Always True
+ +
click(self, event)
Called when a mouse key is pressed and self.focused is True.
+Override this!
+ +
color(self, keylist=None, *keys)
Change the colors from now on.
+ +
color_at(self, y, x, wid, keylist=None, *keys)
Change the colors at the specified position
+ +
color_reset(self)
Change the colors to the default colors
+ +
contains_point(self, y, x)
Test if the point lies within the boundaries of this object
+ +
destroy(self)
Called when the object is destroyed.
+Override this!
+ +
draw(self)
Draw displayable.  Called on every main iteration if the object
+is visible.  Override this!
+ +
finalize(self)
Called after every displayable is done drawing.
+Override this!
+ +
poke(self)
Called before drawing, even if invisible
+ +
press(self, key)
Called when a key is pressed and self.focused is True.
+Override this!
+ +
resize(self, y, x, hei=None, wid=None)
Resize the widget
+ +
+Data and other attributes inherited from ranger.gui.displayable.Displayable:
+
colorscheme = None
+ +
focused = False
+ +
visible = True
+ +
win = None
+ +
+Data and other attributes inherited from ranger.shared.EnvironmentAware:
+
env = None
+ +
+Data and other attributes inherited from ranger.shared.FileManagerAware:
+
fm = None
+ +
+Data descriptors inherited from ranger.shared.Awareness:
+
__dict__
+
dictionary for instance variables (if defined)
+
+
__weakref__
+
list of weak references to the object (if defined)
+
+
+Data and other attributes inherited from ranger.shared.settings.SettingsAware:
+
settings = <ranger.ext.openstruct.OpenStruct object at 0x154e450>
+ +

+ \ No newline at end of file -- cgit 1.4.1-2-gfad0