Searched refs:XmComboBoxSelectPos (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.h167 extern void XmComboBoxSelectPos(Widget w, int pos, Boolean notify);
H A Dxmcombo.c3248 /* Hier SetSelectionPos() statt XmComboBoxSelectPos(),
3364 void XmComboBoxSelectPos(Widget w, int pos, Boolean notify) function
3368 if ( CheckComboBox(w, "XmComboBoxSelectPos") ) return;
3371 } /* XmComboBoxSelectPos */
3374 * dto. analog zu XmComboBoxSelectPos, nur statt des Index wird der
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox.cpp207 XmComboBoxSelectPos((Widget) m_mainWidget, n+1, False);

Completed in 215 milliseconds