class documentation

class BrowserTreeView(SingleClickTreeView): (source)

Known subclasses: zim.gui.preferencesdialog.PluginsTreeView, zim.gui.recentchangesdialog.RecentChangesTreeView, zim.gui.searchdialog.SearchResultsTreeView, zim.gui.templateeditordialog.TemplateListView, zim.plugins.backlinkpane.LinksTreeView, zim.plugins.pageindex.PageTreeView, zim.plugins.tableofcontents.ToCTreeView, zim.plugins.tasklist.gui.TaskListTreeView

View In Hierarchy

Sub-class of Gtk.TreeView that is intended for hierarchic lists that can be navigated in "browser mode". It inherits the single-click behavior of SingleClickTreeView and adds the following keybindings:

  • <Left>: Collapse sub-items
  • <Right>: Expand sub-items
  • \: Collapse whole tree
  • *: Expand whole tree
Method __init__ Constructor, all arguments are passed to Gtk.TreeView
Method do_key_press_event Undocumented

Inherited from SingleClickTreeView:

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
def do_key_press_event(self, event): (source)

Undocumented