Package peppy :: Module main :: Class Mouse
[frames] | no frames]

Class Mouse

               object --+    
                        |    
lib.userparams.ClassPrefs --+
                            |
                           Mouse

Nested Classes

Inherited from lib.userparams.ClassPrefs: __metaclass__

Instance Methods

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  preferences_tab = "General"
  icon = "icons/mouse.png"
  default_classprefs = ChoiceParam('mouse_wheel_scroll_style', [...

Inherited from lib.userparams.ClassPrefs: classprefs, preferences_sort_weight

Properties

Inherited from object: __class__

Class Variable Details

default_classprefs

Value:
ChoiceParam('mouse_wheel_scroll_style', ['lines', 'half', 'page'], 'li\
nes', help= 'Mouse wheel scroll style: lines,\nhalf a page, or entire \
page'), IntParam('mouse_wheel_scroll_lines', 5, 'Number of lines to sc\
roll when mouse wheel\nis in line scrolling mode'),