Searched refs:p_PageArea (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddoc.cpp50 p_PageArea = NULL;
61 p_PageArea->Show(false); // Deactivate the Window
71 delete p_PageArea; p_PageArea = NULL;
115 p_PageArea = new wxPagedWindow(); // Init the Pointer
116 p_PageArea->Create(p_Splitter, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE);
118 p_LogWin = new wxTextCtrl(p_PageArea,wxID_ANY,wxEmptyString,
127 p_PageArea->AddTab(p_LogWin,_("LogBook"), _T("what is this?") );
129 i_PageNr = p_PageArea->GetTabCount()-1; // Add one when a new AddTab is done;
135 p_Splitter->SplitHorizontally(p_TabArea,p_PageArea,Sas
[all...]
H A Ddoc.h62 wxPagedWindow *p_PageArea; member in class:MainDoc

Completed in 88 milliseconds