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.widgets.titlebar.html | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'doc/pydoc/ranger.gui.widgets.titlebar.html') diff --git a/doc/pydoc/ranger.gui.widgets.titlebar.html b/doc/pydoc/ranger.gui.widgets.titlebar.html index 0938452d..b8b4829c 100644 --- a/doc/pydoc/ranger.gui.widgets.titlebar.html +++ b/doc/pydoc/ranger.gui.widgets.titlebar.html @@ -47,12 +47,18 @@ It displays the current path among other thin
Methods defined here:
+
__init__(self, *args, **keywords)
+
click(self, event)
Handle a MouseEvent
draw(self)
+
request_redraw(self)
+
Data and other attributes defined here:
+
need_redraw = False
+
old_cf = None
old_keybuffer = None
@@ -61,6 +67,8 @@ Data and other attributes defined here:
result = None
+
tab_width = 0
+
throbber = ' '

@@ -70,8 +78,6 @@ Methods inherited from ranger.
__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
__str__(self)
@@ -124,16 +130,5 @@ Methods inherited from ranger.shared.settings.SettingsAware:
settings = {}
-

- - - - - -
 
-Functions
       
floor(...)
floor(x)

-Return the floor of x as a float.
-This is the largest integral value <= x.
-
+ \ No newline at end of file -- cgit 1.4.1-2-gfad0 >12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49