Searched refs:XmComboBoxGetSelectedPos (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.h173 extern int XmComboBoxGetSelectedPos(Widget w);
H A Dxmcombo.c1851 index = XmComboBoxGetSelectedPos((Widget) w);
2057 info.index = XmComboBoxGetSelectedPos((Widget) cbw);
3096 OldIndex = XmComboBoxGetSelectedPos((Widget) w);
3241 int OldIndex = XmComboBoxGetSelectedPos(w);
3247 if ( OldIndex != XmComboBoxGetSelectedPos(w) )
3261 int OldIndex = XmComboBoxGetSelectedPos(w);
3265 if ( OldIndex != XmComboBoxGetSelectedPos(w) )
3298 int OldIndex = XmComboBoxGetSelectedPos(w);
3329 UpdateComboBox(ComboBox, XmComboBoxGetSelectedPos(w), False);
3334 int OldIndex = XmComboBoxGetSelectedPos(
3395 int XmComboBoxGetSelectedPos(Widget w) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox.cpp212 int sel = XmComboBoxGetSelectedPos((Widget) m_mainWidget);

Completed in 50 milliseconds