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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchoice.cpp54 choice->m_selection_hack = selection;
122 m_selection_hack = n > 0 ? 0 : wxNOT_FOUND;
168 if (((int)pos <= m_selection_hack) && (m_selection_hack != wxNOT_FOUND))
171 m_selection_hack++;
246 m_selection_hack = wxNOT_FOUND;
260 if (((int)n < m_selection_hack) && (m_selection_hack != wxNOT_FOUND))
263 m_selection_hack--;
265 else if ((int)n == m_selection_hack)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dchoice.cpp67 choice->m_selection_hack = selection;
135 m_selection_hack = wxNOT_FOUND;
181 if (((int)pos <= m_selection_hack) && (m_selection_hack != wxNOT_FOUND))
184 m_selection_hack++;
259 m_selection_hack = wxNOT_FOUND;
274 if (((int)n < m_selection_hack) && (m_selection_hack != wxNOT_FOUND))
277 m_selection_hack--;
279 else if ((int)n == m_selection_hack)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dchoice.h105 int m_selection_hack; member in class:wxChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dchoice.h106 int m_selection_hack; member in class:wxChoice

Completed in 91 milliseconds