|
__init__(self)
Lazily set name from class name styled with underscores (class
ComponentBar -> name component_bar. |
source code
|
|
|
|
|
|
|
attribute_set(self,
origin,
key,
old_value,
new_value)
Called when an attribute of the controller to which it is
connected changes. |
source code
|
|
|
|
|
|
|
drag_begin(self,
drawable,
x,
y,
z,
button,
time) |
source code
|
|
|
drag_end(self,
drawable,
x,
y,
z,
button,
time) |
source code
|
|
|
drag_motion(self,
drawable,
x,
y,
z,
button,
time) |
source code
|
|
|
drag_clicked(self,
drawable,
x,
y,
z,
button,
time) |
source code
|
|
Inherited from base_components.view.View :
clean ,
controller__get ,
controller__set ,
frontend__get ,
frontend__set ,
initialize ,
parent__get ,
parent__set ,
update
Inherited from core.component.Component :
load_config ,
save_config
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|