#include <wx/aui/auibook.h>
A simple class which holds information about the notebook's pages and their state.
Public Attributes | |
wxWindow * | window |
wxString | caption |
wxString | tooltip |
wxBitmap | bitmap |
wxRect | rect |
bool | active |
bool wxAuiNotebookPage::active |
wxBitmap wxAuiNotebookPage::bitmap |
wxString wxAuiNotebookPage::caption |
wxRect wxAuiNotebookPage::rect |
wxString wxAuiNotebookPage::tooltip |
wxWindow* wxAuiNotebookPage::window |