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.widgets.titlebar.html | |
parent | 5f4f7cb99a77f070536946bd6a37163d99752f9a (diff) | |
download | ranger-c9383c72b2f62bee90050d02a307381cb6bfa536.tar.gz |
updated pydoc
Diffstat (limited to 'doc/pydoc/ranger.gui.widgets.titlebar.html')
-rw-r--r-- | doc/pydoc/ranger.gui.widgets.titlebar.html | 23 |
1 files changed, 9 insertions, 14 deletions
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 </dl> <hr> Methods defined here:<br> +<dl><dt><a name="TitleBar-__init__"><strong>__init__</strong></a>(self, *args, **keywords)</dt></dl> + <dl><dt><a name="TitleBar-click"><strong>click</strong></a>(self, event)</dt><dd><tt>Handle a MouseEvent</tt></dd></dl> <dl><dt><a name="TitleBar-draw"><strong>draw</strong></a>(self)</dt></dl> +<dl><dt><a name="TitleBar-request_redraw"><strong>request_redraw</strong></a>(self)</dt></dl> + <hr> Data and other attributes defined here:<br> +<dl><dt><strong>need_redraw</strong> = False</dl> + <dl><dt><strong>old_cf</strong> = None</dl> <dl><dt><strong>old_keybuffer</strong> = None</dl> @@ -61,6 +67,8 @@ Data and other attributes defined here:<br> <dl><dt><strong>result</strong> = None</dl> +<dl><dt><strong>tab_width</strong> = 0</dl> + <dl><dt><strong>throbber</strong> = ' '</dl> <hr> @@ -70,8 +78,6 @@ Methods inherited from <a href="ranger.gui.displayable.html#Displayable">ranger. <dl><dt><a name="TitleBar-__contains__"><strong>__contains__</strong></a>(self, item)</dt><dd><tt>Is item inside the boundaries?<br> item can be an iterable like [y, x] or an object with x and y methods.</tt></dd></dl> -<dl><dt><a name="TitleBar-__init__"><strong>__init__</strong></a>(self, win, env<font color="#909090">=None</font>, fm<font color="#909090">=None</font>, settings<font color="#909090">=None</font>)</dt></dl> - <dl><dt><a name="TitleBar-__nonzero__"><strong>__nonzero__</strong></a>(self)</dt><dd><tt>Always True</tt></dd></dl> <dl><dt><a name="TitleBar-__str__"><strong>__str__</strong></a>(self)</dt></dl> @@ -124,16 +130,5 @@ Methods inherited from <a href="ranger.gui.curses_shortcuts.html#CursesShortcuts Data and other attributes inherited from <a href="ranger.shared.settings.html#SettingsAware">ranger.shared.settings.SettingsAware</a>:<br> <dl><dt><strong>settings</strong> = {}</dl> -</td></tr></table></td></tr></table><p> -<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> -<tr bgcolor="#eeaa77"> -<td colspan=3 valign=bottom> <br> -<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> - -<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> -<td width="100%"><dl><dt><a name="-floor"><strong>floor</strong></a>(...)</dt><dd><tt><a href="#-floor">floor</a>(x)<br> - <br> -Return the floor of x as a float.<br> -This is the largest integral value <= x.</tt></dd></dl> -</td></tr></table> +</td></tr></table></td></tr></table> </body></html> \ No newline at end of file |