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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dchoice.h48 virtual int GetCurrentSelection() const { return GetSelection(); } function in class:wxChoiceBase
H A Dcombobox.h65 virtual int GetCurrentSelection() const { return GetSelection(); } function in class:wxComboBoxBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchoice.cpp327 return m_lastAcceptedSelection == wxID_NONE ? GetCurrentSelection()
331 int wxChoice::GetCurrentSelection() const function in class:wxChoice
737 m_lastAcceptedSelection = GetCurrentSelection();
760 // ok to reset it now as GetCurrentSelection() will now return the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dchoice.tex139 \membersection{wxChoice::GetCurrentSelection}\label{wxchoicegetcurrentselection}
141 \constfunc{int}{GetCurrentSelection}{\void}
H A Dcombobox.tex194 \membersection{wxComboBox::GetCurrentSelection}\label{wxcomboboxgetcurrentselection}
196 \constfunc{int}{GetCurrentSelection}{\void}
199 \helpref{wxChoice::GetCurrentSelection}{wxchoicegetcurrentselection} and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcombobox.h88 int GetCurrentSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dchoice.h76 virtual int GetCurrentSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcombobox.cpp79 const int curSelection = combo->GetCurrentSelection();
110 g_SelectionBeforePopup = combo->GetCurrentSelection();
128 int curSelection = combo->GetCurrentSelection();
561 return g_SelectionBeforePopup == wxID_NONE ? GetCurrentSelection()
565 int wxComboBox::GetCurrentSelection() const function in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcombobox.h104 int GetCurrentSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcombobox.cpp78 const int curSelection = combo->GetCurrentSelection();
109 g_SelectionBeforePopup = combo->GetCurrentSelection();
127 int curSelection = combo->GetCurrentSelection();
750 return g_SelectionBeforePopup == wxID_NONE ? GetCurrentSelection()
754 int wxComboBox::GetCurrentSelection() const function in class:wxComboBox

Completed in 155 milliseconds