Searched refs:SelectionIndex (Results 1 - 1 of 1) 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.c1810 static void TransferToEditCtrl(XmComboBoxWidget w, int SelectionIndex, argument
1820 (SelectionIndex == w->combobox.LastSelection) &&
1822 SelectionIndex = 0;
1825 if ( (SelectionIndex == 0) &&
1831 SelectionIndex = SetSelectionPos(w, SelectionIndex, False);
1832 if ( SelectionIndex > 0 ) {
1833 XmStringGetLtoR(Items[SelectionIndex-1],
1840 w->combobox.LastSelection = SelectionIndex;
1892 int SelectionIndex; /* We local
3397 int *SelectionList, SelectionCount, SelectionIndex; local
[all...]

Completed in 32 milliseconds