Inheritance diagram for encode.tab.AbstractTabBook:
Public Member Functions | |
def | __init__ |
def | on_drag_drop |
def | append_view |
def | remove_view |
def | set_view |
def | first_view |
def | change_view |
def | get_tabs |
def | set_tab |
def | on_change_view |
def | on_notebook_remove |
def | on_tab_selected |
def | on_tab_right |
Public Attributes | |
notebook | |
bar | |
tabs_by_widget |
Definition at line 236 of file tab.py.
def encode.tab.AbstractTabBook.__init__ | ( | self, | ||
tabs_first = False | ||||
) |
Reimplemented in encode.tab.HTabBook, and encode.tab.VTabBook.
def encode.tab.AbstractTabBook.change_view | ( | self, | ||
increment | ||||
) |
def encode.tab.AbstractTabBook.on_change_view | ( | self, | ||
book, | ||||
increment | ||||
) |
def encode.tab.AbstractTabBook.on_drag_drop | ( | self, | ||
bar, | ||||
context, | ||||
x, | ||||
y, | ||||
timestamp | ||||
) |
def encode.tab.AbstractTabBook.on_notebook_remove | ( | self, | ||
notebook, | ||||
widget | ||||
) |
def encode.tab.AbstractTabBook.on_tab_right | ( | self, | ||
bar, | ||||
tab, | ||||
event | ||||
) |
def encode.tab.AbstractTabBook.on_tab_selected | ( | self, | ||
tab, | ||||
widget | ||||
) |