|
|
__init__(self,
controller=None,
views=None,
location=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| drag_received(self,
widget,
context,
x,
y,
selection,
targetType,
time) |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
message(self,
m)
Display a message in the statusbar, if present. |
source code
|
|
|
|
parameters_to_element(self,
options=None,
arguments=None)
Generate an ET.Element representing the view and its parameters. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
save_default_options(self,
*p)
Save the default options. |
source code
|
|
|
|
save_parameters(self,
content,
options=None,
arguments=None)
Save the view parameters to a Content object. |
source code
|
|
|
|
|
|
|
|
|
|
|