From ef0157ff37404cf757f57711c62bb352a2971fa6 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 16 May 2010 16:28:42 +0200 Subject: updated pydoc --- doc/pydoc/ranger.gui.mouse_event.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/pydoc/ranger.gui.mouse_event.html') diff --git a/doc/pydoc/ranger.gui.mouse_event.html b/doc/pydoc/ranger.gui.mouse_event.html index 8ad837c8..98ffe53a 100644 --- a/doc/pydoc/ranger.gui.mouse_event.html +++ b/doc/pydoc/ranger.gui.mouse_event.html @@ -1,6 +1,6 @@ - Python: module ranger.gui.mouse_event + @@ -8,7 +8,7 @@
 
 
ranger.gui.mouse_event
index
/home/hut/ranger/ranger/gui/mouse_event.py
+>index
/home/hut/code/ranger/ranger/gui/mouse_event.py

# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@        

-
__builtin__.object +
builtins.object
MouseEvent @@ -50,11 +50,11 @@ +class MouseEvent(builtins.object)
 
-class MouseEvent(__builtin__.object)
     Methods defined here:
-
__init__(self, getmouse)
Creates a MouseEvent object from the result of win.getmouse()
+
__init__(self, getmouse)
Creates a MouseEvent object from the result of win.getmouse()
alt(self)
@@ -62,7 +62,7 @@
key_invalid(self)
-
mouse_wheel_direction(self)
+
mouse_wheel_direction(self)
Returns the direction of the scroll action, 0 if there was none
pressed(self, n)
Returns whether the mouse key n is pressed
@@ -78,6 +78,8 @@ Data descriptors defined here:

Data and other attributes defined here:
+
CTRL_SCROLLWHEEL_MULTIPLIER = 5
+
PRESSED = [0, 2, 128, 8192, 524288]
-- cgit 1.4.1-2-gfad0