|
Public Member Functions |
|
| wxTablessNotebook (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=_T("notebook")) |
|
bool | Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=_T("notebook")) |
|
int | FindPagePosition (wxNotebookPage *page) const |
|
int | SetSelection (size_tt nPage) |
|
int | GetSelection () const |
|
bool | SetPageText (size_tt n, const wxString &strText) |
|
wxString | GetPageText (size_tt n) const |
|
virtual int | GetRowCount () const |
|
int | GetPageImage (size_tt n) const |
|
bool | SetPageImage (size_tt n, int imageId) |
|
void | SetPageSize (const wxSize &size) |
|
void | SetPadding (const wxSize &padding) |
|
void | SetTabSize (const wxSize &sz) |
|
bool | DeletePage (size_tt nPage) |
|
bool | DeletePage (wxNotebookPage *page) |
|
bool | RemovePage (size_tt nPage) |
|
bool | RemovePage (wxNotebookPage *page) |
|
bool | DeleteAllPages () |
|
bool | InsertPage (size_tt nPage, wxNotebookPage *pPage, const wxString &strText, bool bSelect=FALSE, int imageId=-1) |
|
void | OnSize (wxSizeEvent &event) |
|
void | OnIdle (wxIdleEvent &event) |
|
void | OnSelChange (wxNotebookEvent &event) |
|
void | OnSetFocus (wxFocusEvent &event) |
|
void | OnNavigationKey (wxNavigationKeyEvent &event) |
|
virtual void | Command (wxCommandEvent &event) |
|
virtual void | SetConstraintSizes (bool recurse=TRUE) |
|
virtual bool | DoPhase (int nPhase) |
|
void | OnMouseEvent (wxMouseEvent &event) |
|
void | OnPaint (wxPaintEvent &event) |
|
virtual wxRect | GetAvailableClientSize () |
|
bool | RefreshLayout (bool force=TRUE) |
Protected Member Functions |
|
wxWindow * | DoRemovePage (size_t page) |
|
void | Init () |
|
void | ChangePage (int nOldSel, int nSel) |
Protected Attributes |
|
int | m_nSelection |