Searched refs:XmComboBoxReplaceItems (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/motif/xmcombo/
H A Dxmcombo.h162 extern void XmComboBoxReplaceItems(Widget w, XmString *old_items, int item_count, XmString *new_items);
H A Dxmcombo.c3325 void XmComboBoxReplaceItems(Widget w, XmString *old_items, int item_count, XmString *new_items) function
3327 if ( CheckComboBox(w, "XmComboBoxReplaceItems") ) return;
3330 } /* XmComboBoxReplaceItems */

Completed in 43 milliseconds