• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/

Lines Matching refs:p_TabArea

49     p_TabArea      = NULL;
60 p_TabArea->Show(false); // Deactivate the Window
70 delete p_TabArea; p_TabArea = NULL;
98 p_TabArea = new wxTabbedWindow(); // Init the Pointer
99 p_TabArea->Create(p_Splitter, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE);
101 p_PgmCtrl = new PgmCtrl(p_TabArea, TREE_CTRL_PGM,wxDefaultPosition, wxDefaultSize,
104 p_PgmCtrl->i_ViewNr = p_TabArea->GetTabCount()-1;
108 p_TabArea->AddTab(p_PgmCtrl,_T("PgmCtrl"),p_FolderClose);
128 i_TabNr = p_TabArea->GetTabCount()-1; // Add one when a new AddTab is done;
132 p_TabArea->SetActiveTab(i_PageNr);
134 p_Splitter->Initialize(p_TabArea);
135 p_Splitter->SplitHorizontally(p_TabArea,p_PageArea,Sash);
230 p_TabArea->Show(false); // Deactivate the Window
231 p_TabArea->RemoveTab(p_DBTree->i_ViewNr);
232 p_TabArea->Show(true); // Activate the Window
236 p_TabArea->Show(false); // Deactivate the Window
237 p_DBTree = new DBTree(p_TabArea, TREE_CTRL_DB,wxDefaultPosition, wxDefaultSize,
239 p_TabArea->AddTab(p_DBTree,(p_DSN+Which)->Dsn,_T(" ? "));
240 p_DBTree->i_ViewNr = p_TabArea->GetTabCount()-1;
241 p_TabArea->Show(true); // Deactivate the Window
247 p_TabArea->SetActiveTab(p_DBTree->i_ViewNr);
262 p_TabArea->Show(false); // Deactivate the Window
263 p_TabArea->RemoveTab(p_DBGrid->i_ViewNr);
264 p_TabArea->Show(true); // Activate the Window
280 p_TabArea->Show(false); // Deactivate the Window
281 p_DBGrid = new DBGrid(p_TabArea,GRID_CTRL_DB,wxDefaultPosition, wxDefaultSize,
283 p_TabArea->AddTab(p_DBGrid, Table, wxEmptyString);
284 p_DBGrid->i_ViewNr = p_TabArea->GetTabCount()-1;
288 p_TabArea->SetActiveTab(p_DBGrid->i_ViewNr);
289 p_TabArea->Show(true); // Activate the Window