Searched refs:XmComboBoxSelectItem (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/motif/xmcombo/
H A Ddemo.c130 XmComboBoxSelectItem(ComboBox1, str, False);
H A Dxmcombo.h168 extern void XmComboBoxSelectItem(Widget w, XmString item, Boolean notify);
H A Dxmcombo.c2135 XmComboBoxSelectItem((Widget) cbw, Item, True);
3378 void XmComboBoxSelectItem(Widget w, XmString item, Boolean notify) function
3382 if ( CheckComboBox(w, "XmComboBoxSelectItem") ) return;
3386 } /* XmComboBoxSelectItem */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox_native.cpp276 XmComboBoxSelectItem((Widget) m_mainWidget, str());

Completed in 116 milliseconds