#include <wx/defs.h>#include <wx/bookctrl.h>#include <wx/treectrl.h>Go to the source code of this file.
Classes | |
| class | wxTreebook |
| class | wxTreebookEvent |
Defines | |
| #define | wxXTRA_TREEBOOK 1 |
| #define | wxBK_TOP wxBC_TOP |
| #define | wxBK_BOTTOM wxBC_BOTTOM |
| #define | wxBK_LEFT wxBC_LEFT |
| #define | wxBK_RIGHT wxBC_RIGHT |
| #define | wxBK_DEFAULT wxBC_DEFAULT |
| #define | wxBK_ALIGN_MASK (wxBK_LEFT | wxBK_RIGHT | wxBK_TOP | wxBK_BOTTOM) |
| #define | wxTreebookEventHandler(func) (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxTreebookEventFunction, &func) |
| #define | EVT_TREEBOOK_PAGE_CHANGED(winid, fn) wx__DECLARE_EVT1(wxEVT_COMMAND_TREEBOOK_PAGE_CHANGED, winid, wxTreebookEventHandler(fn)) |
| #define | EVT_TREEBOOK_PAGE_CHANGING(winid, fn) wx__DECLARE_EVT1(wxEVT_COMMAND_TREEBOOK_PAGE_CHANGING, winid, wxTreebookEventHandler(fn)) |
| #define | EVT_TREEBOOK_NODE_COLLAPSED(winid, fn) wx__DECLARE_EVT1(wxEVT_COMMAND_TREEBOOK_NODE_COLLAPSED, winid, wxTreebookEventHandler(fn)) |
| #define | EVT_TREEBOOK_NODE_EXPANDED(winid, fn) wx__DECLARE_EVT1(wxEVT_COMMAND_TREEBOOK_NODE_EXPANDED, winid, wxTreebookEventHandler(fn)) |
Typedefs | |
| typedef wxWindow | wxTreebookPage |
| typedef void(wxEvtHandler::* | wxTreebookEventFunction )(wxTreebookEvent &) |
Variables | |
| WXDLLEXPORT | wxTreeEvent |
| WXDLLIMPEXP_CORE const wxEventType | wxEVT_COMMAND_TREEBOOK_PAGE_CHANGED |
| WXDLLIMPEXP_CORE const wxEventType | wxEVT_COMMAND_TREEBOOK_PAGE_CHANGING |
| WXDLLIMPEXP_CORE const wxEventType | wxEVT_COMMAND_TREEBOOK_NODE_COLLAPSED |
| WXDLLIMPEXP_CORE const wxEventType | wxEVT_COMMAND_TREEBOOK_NODE_EXPANDED |
|
|
Definition at line 305 of file treebook.h. |
|
|
Definition at line 308 of file treebook.h. |
|
|
Definition at line 299 of file treebook.h. |
|
|
Definition at line 302 of file treebook.h. |
|
|
Definition at line 35 of file treebook.h. |
|
|
Definition at line 31 of file treebook.h. |
|
|
Definition at line 34 of file treebook.h. |
|
|
Definition at line 32 of file treebook.h. |
|
|
Definition at line 33 of file treebook.h. |
|
|
Definition at line 30 of file treebook.h. |
|
|
Definition at line 296 of file treebook.h. |
|
|
Definition at line 25 of file treebook.h. |
|
|
Definition at line 294 of file treebook.h. |
|
|
Definition at line 37 of file treebook.h. |
|
|
Definition at line 73 of file treebook.cpp. |
|
|
Definition at line 74 of file treebook.cpp. |
|
|
Definition at line 72 of file treebook.cpp. |
|
|
Definition at line 71 of file treebook.cpp. |
|
|
Definition at line 40 of file treebook.h. |
1.4.4