Searched refs:curSelection (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/gtk1/
H A Dcombobox.cpp79 const int curSelection = combo->GetCurrentSelection(); variable
81 const bool hasChanged = curSelection != g_SelectionBeforePopup;
91 event.SetInt( curSelection );
128 int curSelection = combo->GetCurrentSelection(); variable
130 if (combo->m_prevSelection == curSelection) return;
135 combo->m_prevSelection = curSelection;
154 event.SetInt( curSelection );
/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(); variable
80 const bool hasChanged = curSelection != g_SelectionBeforePopup;
90 event.SetInt( curSelection );
127 int curSelection = combo->GetCurrentSelection(); variable
129 if (combo->m_prevSelection == curSelection) return;
134 combo->m_prevSelection = curSelection;
154 event.SetInt( curSelection );

Completed in 130 milliseconds