Searched refs:SetSelectionPos (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.c1780 static int SetSelectionPos(XmComboBoxWidget w, int Index, Boolean Notify) function
1801 } /* SetSelectionPos */
1831 SelectionIndex = SetSelectionPos(w, SelectionIndex, False);
2213 SetSelectionPos(cbw, i+1, False);
3111 SetSelectionPos(w, Index, False);
3248 /* Hier SetSelectionPos() statt XmComboBoxSelectPos(),
3252 SetSelectionPos(ComboBox, OldIndex, False);
3267 SetSelectionPos(ComboBox, OldIndex, False);
3369 index = SetSelectionPos(ComboBox, pos, notify);
3384 index = SetSelectionPos(ComboBo
[all...]

Completed in 41 milliseconds