class documentation

class TagsPageTreeView(PageTreeView): (source)

View In Hierarchy

Undocumented

Method set_current_page Set the current page in the treeview

Inherited from PageTreeView:

Method __init__ Constructor, all arguments are passed to Gtk.TreeView
Method disconnect_index No summary
Method do_drag_data_get Undocumented
Method do_drag_data_received Undocumented
Method do_initialize_popup No summary
Method do_key_press_event Undocumented
Method do_page_activated Undocumented
Method do_row_activated Undocumented
Method get_expanded_path Return the lowest expanded path towards path
Method get_selected_path Get the selected notebook path
Method get_selected_treepath Undocumented
Method restore_autoexpanded_path Undocumented
Method select_treepath Select a gtk TreePath in the view
Method set_autoexpand Undocumented
Method set_use_drag_and_drop Undocumented
Method set_use_ellipsize Set whether to use ellipsize ("...") for page names that are longer than the window size. If disabled the horizontal scrollbar will take over
Method set_use_tooltip Undocumented
Class Variable __gsignals__ Undocumented
Instance Variable navigation Undocumented
Instance Variable notebook Undocumented
Method _restore_expanded_path Collaps path between path and expanded_path
Method _store_expanded_path Undocumented
Instance Variable _autocollapse Undocumented
Instance Variable _autoexpand Undocumented
Instance Variable _autoexpanded Undocumented
Instance Variable _cr1 Undocumented

Inherited from SingleClickTreeView (via PageTreeView, BrowserTreeView):

Method do_button_press_event Undocumented
Method do_button_release_event Undocumented
Method get_cell_renderer_number_of_items No summary
Method get_popup No summary
Method populate_popup_expand_collapse No summary
Class Variable mask Undocumented
def set_current_page(self, path, vivificate=False): (source)
Set the current page in the treeview
Parameters
patha notebook Path object for the page
vivificatewhen True the path is created temporarily when it did not yet exist
Returns
a gtk TreePath (tuple of intergers) or None