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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dchoicebk.h94 void UpdateSelectedPage(size_t newsel) argument
96 m_selection = wx_static_cast(int, newsel);
H A Dtoolbook.h104 void UpdateSelectedPage(size_t newsel);
H A Dlistbook.h95 void UpdateSelectedPage(size_t newsel);
H A Dbookctrl.h251 virtual void UpdateSelectedPage(size_t WXUNUSED(newsel))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistbkg.cpp264 void wxListbook::UpdateSelectedPage(size_t newsel) argument
266 m_selection = newsel;
267 GetListView()->Select(newsel);
268 GetListView()->Focus(newsel);
H A Dtoolbkg.cpp257 void wxToolbook::UpdateSelectedPage(size_t newsel) argument
259 m_selection = newsel;
260 GetToolBar()->ToggleTool(newsel + 1, true);

Completed in 190 milliseconds