Searched refs:OldIndex (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.c3094 int OldIndex, ItemCount; local
3096 OldIndex = XmComboBoxGetSelectedPos((Widget) w);
3097 if ( OldIndex == Index ) {
3241 int OldIndex = XmComboBoxGetSelectedPos(w); local
3247 if ( OldIndex != XmComboBoxGetSelectedPos(w) )
3252 SetSelectionPos(ComboBox, OldIndex, False);
3261 int OldIndex = XmComboBoxGetSelectedPos(w); local
3265 if ( OldIndex != XmComboBoxGetSelectedPos(w) )
3267 SetSelectionPos(ComboBox, OldIndex, False);
3298 int OldIndex local
3334 int OldIndex = XmComboBoxGetSelectedPos(w); local
[all...]

Completed in 111 milliseconds