Methods
|
|
|
|
__init__
|
__init__ (
self,
selected,
**kw,
)
|
|
_register_command
|
_register_command (
self,
label,
apply_to,
callback,
)
|
|
apply_command
|
apply_command (
self,
callback,
apply_to,
)
|
|
callback
|
callback (
self,
command,
objects,
value,
)
|
|
close
|
close ( self, event )
|
|
finish
|
finish ( self )
finishes one callback session
|
|
post
|
post (
self,
x,
y,
)
|
|
register_command_by_class_name
|
register_command_by_class_name (
self,
label,
types,
callback,
)
|
|
register_command_by_object_type
|
register_command_by_object_type (
self,
label,
types,
callback,
)
|
|
set_value
|
set_value (
self,
o,
name,
value,
)
little more enhanced version of misc.set_attr_or_property
|
|