|
|
__init__(self,
controller=None,
parameters=None,
elements=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
build_model(self)
Build the ListStore containing the data. |
source code
|
|
|
|
|
|
|
| drag_data_get_cb(self,
treeview,
context,
selection,
targetType,
timestamp) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
row_activated_cb(self,
widget,
path,
view_column)
Edit the element on Return or double click |
source code
|
|
|
|
| tree_view_button_cb(self,
widget=None,
event=None) |
source code
|
|
|
|
| drag_sent(self,
widget,
context,
selection,
targetType,
eventTime) |
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
|
|
|
|
|
|
|
|
|
|
|