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

Class NullAction

source code

object --+    
         |    
DragAction --+
             |
            NullAction

Instance Methods
 
on_motion_notify(self, event) source code
 
__init__(self, dot_widget)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature (Inherited from rosh.impl.xdot.DragAction)
source code
 
abort(self) (Inherited from rosh.impl.xdot.DragAction) source code
 
drag(self, deltax, deltay) (Inherited from rosh.impl.xdot.DragAction) source code
 
draw(self, cr) (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
 
start(self) (Inherited from rosh.impl.xdot.DragAction) source code
 
stop(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

on_motion_notify(self, event)

source code 
Overrides: DragAction.on_motion_notify