Searched refs:XmComboBoxDeletePos (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/
H A Dcombobox_native.cpp240 XmComboBoxDeletePos((Widget) m_mainWidget, n+1);
256 XmComboBoxDeletePos((Widget) m_mainWidget, m_noStrings--);
H A Dcombobox.cpp184 XmComboBoxDeletePos((Widget) m_mainWidget, n+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.h159 extern void XmComboBoxDeletePos(Widget w, int pos);
H A Dxmcombo.c3284 if ( Index ) XmComboBoxDeletePos(w, Index);
3296 void XmComboBoxDeletePos(Widget w, int pos) function
3300 if ( CheckComboBox(w, "XmComboBoxDeletePos") ) return;
3303 } /* XmComboBoxDeletePos */
3311 XmComboBoxDeletePos(w, pos++);

Completed in 604 milliseconds