Package rosh :: Package impl :: Module xdot :: Class ZoomAreaAction
[frames] | no frames]

Class ZoomAreaAction

source code

object --+    
         |    
DragAction --+
             |
            ZoomAreaAction

Instance Methods
 
drag(self, deltax, deltay) source code
 
draw(self, cr) source code
 
stop(self) source code
 
abort(self) source code
 
__init__(self, dot_widget)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature (Inherited from rosh.impl.xdot.DragAction)
source code
 
on_button_press(self, event) (Inherited from rosh.impl.xdot.DragAction) source code
 
on_button_release(self, event) (Inherited from rosh.impl.xdot.DragAction) source code
 
on_motion_notify(self, event) (Inherited from rosh.impl.xdot.DragAction) source code
 
start(self) (Inherited from rosh.impl.xdot.DragAction) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

drag(self, deltax, deltay)

source code 
Overrides: DragAction.drag

draw(self, cr)

source code 
Overrides: DragAction.draw

stop(self)

source code 
Overrides: DragAction.stop

abort(self)

source code 
Overrides: DragAction.abort