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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp512 m_tabSelection = -1;
621 if (id == m_tabSelection)
622 m_tabSelection = -1;
704 m_tabSelection = -1;
783 wxTabControl *control = FindTabControlForId(m_tabSelection);
911 wxTabControl *currentTab = FindTabControlForId(m_tabSelection);
923 wxTabControl *currentTab = FindTabControlForId(m_tabSelection);
944 m_tabSelection = control->GetId();
1034 if ( sel==m_tabSelection )
1037 int oldSel = m_tabSelection;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h180 inline int GetTabSelection() const { return m_tabSelection; }
218 int m_tabSelection; member in class:wxTabView

Completed in 116 milliseconds