Public Member Functions |
|
__init__ () | |
The arguments show up as: self, id,
position, size, ... |
|
SetSize () | |
AddPage () | |
Adds a new page. |
|
AdvanceSelection () | |
Cycles through the tabs. |
|
DeleteAllPages () | |
Deletes all pages. |
|
DeletePage () | |
Deletes the specified page. |
|
GetPageCount () | |
Returns the number of pages in the notebook
control. |
|
GetPageSize () | |
Returns the size of a notebook page.
|
|
GetPageText () | |
Returns the string for the given page.
|
|
GetSelection () | |
Returns the currently selected page index,
or -1 if no page is selected. |
|
InsertPage () | |
Inserts a new page at the specified
position. |
|
SetMinTabWidth () | |
SetPageSize () | |
Sets the width and height of the pages.
|
|
SetPageText () | |
Sets the text for the given page. |
|
SetSelection () | |
Sets the selection to the given page,
returning the previous selection. |
|
AssignImageList () | |
Create () | |
GetImageList () | |
GetPageImage () | |
RemovePage () | |
SetImageList () | |
SetPadding () | |
SetPageImage () |
Notebook.Notebook.__init__ | ( | ) |
The arguments show up as: self, id, position, size, ...
Notebook.Notebook.SetSize | ( | ) |
Notebook.Notebook.AddPage | ( | ) |
Adds a new page.
Returns True if successful, False otherwise.
Notebook.Notebook.AdvanceSelection | ( | ) |
Cycles through the tabs.
Notebook.Notebook.DeleteAllPages | ( | ) |
Deletes all pages.
Notebook.Notebook.DeletePage | ( | ) |
Deletes the specified page.
Notebook.Notebook.GetPageCount | ( | ) |
Returns the number of pages in the notebook control.
Notebook.Notebook.GetPageSize | ( | ) |
Returns the size of a notebook page.
Notebook.Notebook.GetPageText | ( | ) |
Returns the string for the given page.
Notebook.Notebook.GetSelection | ( | ) |
Returns the currently selected page index, or -1 if no page is selected.
Notebook.Notebook.InsertPage | ( | ) |
Inserts a new page at the specified position.
NB: it is important that the page you are adding has this notebook as its parent.
Notebook.Notebook.SetMinTabWidth | ( | ) |
Notebook.Notebook.SetPageSize | ( | ) |
Sets the width and height of the pages.
Notebook.Notebook.SetPageText | ( | ) |
Sets the text for the given page.
Notebook.Notebook.SetSelection | ( | ) |
Sets the selection to the given page, returning the previous selection.
Notebook.Notebook.AssignImageList | ( | ) |
Notebook.Notebook.Create | ( | ) |
Notebook.Notebook.GetImageList | ( | ) |
Notebook.Notebook.GetPageImage | ( | ) |
Notebook.Notebook.RemovePage | ( | ) |
Notebook.Notebook.SetImageList | ( | ) |
Notebook.Notebook.SetPadding | ( | ) |
Notebook.Notebook.SetPageImage | ( | ) |