|
| LAZY_PAGE (wxWindow *aParent, std::function< wxWindow *(wxWindow *aParent)> aLazyCtor) |
|
wxWindow * | Resolve () |
|
bool | Show (bool show) override |
|
Definition at line 30 of file wx_treebook.cpp.
◆ LAZY_PAGE()
LAZY_PAGE::LAZY_PAGE |
( |
wxWindow * |
aParent, |
|
|
std::function< wxWindow *(wxWindow *aParent)> |
aLazyCtor |
|
) |
| |
|
inline |
◆ Resolve()
wxWindow * LAZY_PAGE::Resolve |
( |
| ) |
|
|
inline |
◆ Show()
bool LAZY_PAGE::Show |
( |
bool |
show | ) |
|
|
inlineoverride |
◆ m_contents
wxWindow* LAZY_PAGE::m_contents |
|
private |
◆ m_lazyCtor
std::function<wxWindow*( wxWindow* aParent )> LAZY_PAGE::m_lazyCtor |
|
private |
◆ m_mainSizer
wxSizer* LAZY_PAGE::m_mainSizer |
|
private |
The documentation for this class was generated from the following file: