From 34a60763e79546e0f84e30fbcc430632f3dbb39e Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 16 Feb 2010 01:56:21 +0100 Subject: incremented version number and updated pydoc html files --- doc/pydoc/ranger.gui.widgets.statusbar.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'doc/pydoc/ranger.gui.widgets.statusbar.html') diff --git a/doc/pydoc/ranger.gui.widgets.statusbar.html b/doc/pydoc/ranger.gui.widgets.statusbar.html index 0013bb8b..d8803a67 100644 --- a/doc/pydoc/ranger.gui.widgets.statusbar.html +++ b/doc/pydoc/ranger.gui.widgets.statusbar.html @@ -1,6 +1,6 @@ + Python: module ranger.gui.widgets.statusbar - @@ -8,7 +8,7 @@
 
 
ranger.gui.widgets.statusbar
index
/home/hut/work/ranger/ranger/gui/widgets/statusbar.py
+>index
/home/hut/ranger/ranger/gui/widgets/statusbar.py

The statusbar displays information about the current file and directory.
 
On the left side, there is a display similar to what "ls -l" would
@@ -22,7 +22,7 @@ such as the space used by all the files&        

-
builtins.object +
__builtin__.object
Message @@ -39,7 +39,7 @@ such as the space used by all the files& +class Message(__builtin__.object)
 
-class Message(builtins.object)
     Methods defined here:
@@ -85,7 +85,7 @@ such as the space used by all the files&
ranger.shared.Awareness
ranger.gui.curses_shortcuts.CursesShortcuts
ranger.shared.settings.SettingsAware
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -105,6 +105,8 @@ Data and other attributes defined here:
old_cf = None
+
old_du = None
+
old_hint = None
old_mtime = None
@@ -118,7 +120,7 @@ Data and other attributes defined here:

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.
+item can be an iterable like [y, x] or an object with x and y methods.
__nonzero__(self)
Always True
@@ -128,9 +130,9 @@ item can be an iterable like [y, x] or&n Override this!
contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
-within the boundaries of this object.
+within the boundaries of this object. -
destroy(self)
Called when the object is destroyed.
+
destroy(self)
Called when the object is destroyed.
Override this!
finalize(self)
Called after every displayable is done drawing.
@@ -165,15 +167,15 @@ Methods inherited from addstr(self, *args)
-
color(self, keylist=None, *keys)
Change the colors from now on.
+
color(self, *keys)
Change the colors from now on.
-
color_at(self, y, x, wid, keylist=None, *keys)
Change the colors at the specified position
+
color_at(self, y, x, wid, *keys)
Change the colors at the specified position
color_reset(self)
Change the colors to the default colors

Data and other attributes inherited from ranger.shared.settings.SettingsAware:
-
settings = <ranger.ext.openstruct.OpenStruct object at 0x7f6a9067fbd0>
+
settings = <ranger.ext.openstruct.OpenStruct object at 0xe2f090>

-- cgit 1.4.1-2-gfad0