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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.cpp316 wxNotebook* networks_notebook = CastChild( ID_NETNOTEBOOK, wxNotebook); local
319 wxASSERT(networks_notebook->GetPageCount() == 2);
326 for (uint32 i = 0; i < networks_notebook->GetPageCount(); ++i) {
327 m_networkpages[i].page = networks_notebook->GetPage(i);
328 m_networkpages[i].name = networks_notebook->GetPageText(i);
1437 wxNotebook* networks_notebook = CastChild( ID_NETNOTEBOOK, wxNotebook); local
1443 while (networks_notebook->GetPageCount() > 0) {
1444 networks_notebook->RemovePage(networks_notebook->GetPageCount() - 1);
1462 networks_notebook
[all...]

Completed in 63 milliseconds