class documentation

class HistoryPathBar(PathBar): (source)

View In Hierarchy

Undocumented

Method get_paths To be implemented by the sub class, should return a list (or iterable) of notebook paths to show in the pathbar. The visible part of these paths is determined by _get_labels.

Inherited from PathBar:

Method __init__ Undocumented
Method get_button_popup Undocumented
Method on_button_clicked Undocumented
Method on_button_popup_menu Undocumented
Method on_button_release_event Undocumented
Method on_drag_data_get Undocumented
Method set_page Undocumented
Instance Variable history Undocumented
Instance Variable navigation Undocumented
Instance Variable notebook Undocumented
Instance Variable page Undocumented
Method _get_labels Returns list (or iterable) of path labels to show in the pathbar. Usually this means the shortest unique names, but may also be just the basenames as is the case with PATHBAR_PATH.
Method _select Undocumented
Method _update Undocumented

Inherited from ScrolledHBox (via PathBar):

Method __del__ Undocumented
Method add Undocumented
Method do_get_preferred_height Undocumented
Method do_get_preferred_width Undocumented
Method do_size_allocate Undocumented
Method get_scrolled_children Undocumented
Method get_visible_children Undocumented
Method pack_end Undocumented
Method pack_start Undocumented
Method remove Undocumented
Method scroll Scroll n items in either direction. Direction should be either DIR_FORWARD or DIR_BACKWARD, while n should be integer. Returns boolean for success.
Method scroll_to_child Undocumented
Method start_scrolling Start continues scrolling. Direction should be either DIR_FORWARD or DIR_BACKWARD. If we were scrolling already, stops this action before setting new scroll direction.
Method stop_scrolling Stop continues scrolling. Does not do anything if we were not scrolling.
Class Variable __gsignals__ Undocumented
Class Variable initial_scroll_timeout Undocumented
Class Variable scroll_timeout Undocumented
Method _distribute_size Undocumented
Method _on_button_clicked Undocumented
Method _on_button_press Undocumented
Method _on_button_release Undocumented
Instance Variable _anchor Undocumented
Instance Variable _back_button Undocumented
Instance Variable _forw_button Undocumented
Instance Variable _minwidth Undocumented
Instance Variable _scroll_timeout Undocumented
Instance Variable _state Undocumented
def get_paths(self): (source)
To be implemented by the sub class, should return a list (or iterable) of notebook paths to show in the pathbar. The visible part of these paths is determined by _get_labels.