Methods
|
|
__init__
apply_command
callback
close
post
register_command
|
|
__init__
|
__init__ (
self,
app,
selected,
**kw,
)
|
|
apply_command
|
apply_command (
self,
callback,
apply_to,
)
|
|
callback
|
callback (
self,
command,
value,
)
|
|
close
|
close ( self, event )
|
|
post
|
post (
self,
x,
y,
)
|
|
register_command
|
register_command (
self,
label,
types,
callback,
)
|
|