|
| def | __init__ (self, parent, app, style) |
| |
| def | add_tab (self, tab, title, allow_closing=True) |
| |
| def | allow_closing (self, tab) |
| |
| def | delete_tab (self, tab) |
| |
| def | disallow_closing (self, tab) |
| |
| def | OnTabChanged (self, event) |
| |
| def | OnTabChanging (self, event) |
| |
| def | OnTabClosing (self, event) |
| |
| def | rename_tab (self, tab, new_name) |
| |
| def | show_tab (self, tab) |
| | Shows the notebook page that contains the given tab. More...
|
| |
| def | tab_is_visible (self, tab) |
| |
Definition at line 26 of file notebook.py.
◆ __init__()
| def robotide.ui.notebook.NoteBook.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
app, |
|
|
|
style |
|
) |
| |
◆ _tab_changed()
| def robotide.ui.notebook.NoteBook._tab_changed |
( |
|
self | ) |
|
|
private |
Change event is send even when no tab available or tab is closed.
Definition at line 125 of file notebook.py.
◆ add_tab()
| def robotide.ui.notebook.NoteBook.add_tab |
( |
|
self, |
|
|
|
tab, |
|
|
|
title, |
|
|
|
allow_closing = True |
|
) |
| |
◆ allow_closing()
| def robotide.ui.notebook.NoteBook.allow_closing |
( |
|
self, |
|
|
|
tab |
|
) |
| |
◆ current_page_title()
| def robotide.ui.notebook.NoteBook.current_page_title |
( |
|
self | ) |
|
|
private |
◆ delete_tab()
| def robotide.ui.notebook.NoteBook.delete_tab |
( |
|
self, |
|
|
|
tab |
|
) |
| |
◆ disallow_closing()
| def robotide.ui.notebook.NoteBook.disallow_closing |
( |
|
self, |
|
|
|
tab |
|
) |
| |
◆ OnTabChanged()
| def robotide.ui.notebook.NoteBook.OnTabChanged |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnTabChanging()
| def robotide.ui.notebook.NoteBook.OnTabChanging |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnTabClosing()
| def robotide.ui.notebook.NoteBook.OnTabClosing |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ rename_tab()
| def robotide.ui.notebook.NoteBook.rename_tab |
( |
|
self, |
|
|
|
tab, |
|
|
|
new_name |
|
) |
| |
◆ show_tab()
| def robotide.ui.notebook.NoteBook.show_tab |
( |
|
self, |
|
|
|
tab |
|
) |
| |
Shows the notebook page that contains the given tab.
Definition at line 57 of file notebook.py.
◆ tab_is_visible()
| def robotide.ui.notebook.NoteBook.tab_is_visible |
( |
|
self, |
|
|
|
tab |
|
) |
| |
◆ _app
| robotide.ui.notebook.NoteBook._app |
|
private |
◆ _notebook_style
| robotide.ui.notebook.NoteBook._notebook_style |
|
private |
◆ _tab_closing
| robotide.ui.notebook.NoteBook._tab_closing |
|
private |
◆ _tab_state
| robotide.ui.notebook.NoteBook._tab_state |
|
private |
◆ _uncloseable
| robotide.ui.notebook.NoteBook._uncloseable |
|
private |
◆ current_page_title
| robotide.ui.notebook.NoteBook.current_page_title = property |
|
static |
The documentation for this class was generated from the following file: