class SingleClickTreeView(Gtk.TreeView): (source)
Known subclasses: zim.gui.widgets.BrowserTreeView
, zim.plugins.versioncontrol.VersionsTreeView
Method | do_button_press_event |
Undocumented |
Method | do_button_release_event |
Undocumented |
Method | do_initialize_popup |
No summary |
Method | get_cell_renderer_number_of_items |
No summary |
Method | get_popup |
No summary |
Method | populate_popup_expand_collapse |
No summary |
Class Variable | __gsignals__ |
Undocumented |
Class Variable | mask |
Undocumented |
Parameters | |
menu | the Gtk.Menu object for the popup |
Unknown Field: implementation | |
can be implemented by sub-classes. Default implementation calls populate_popup_expand_collapse() if the model is a Gtk.TreeStore. Otherwise it does nothing. |
Returns | |
a Gtk.CellRendererText object |
Returns | |
a Gtk.Menu or None | |
Unknown Field: emits | |
populate-popup | |
Unknown Field: implementation | |
do NOT overload this method, implement do_initialize_popup instead |
do_initialize_popup()
.Parameters | |
menu | the Gtk.Menu object for the popup |
prepend | if False append, if True prepend |