Home
last modified time | relevance | path

Searched refs:onChangedIdx (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DprogressBar-2.c53 static const int onChangedIdx = 1; variable
270 &options[onChangedIdx], &para->onChanged, in configure()
326 else if ( idx == onChangedIdx ) in cget()
H A Dlabel.c65 static const int onChangedIdx = 1; variable
403 &options[onChangedIdx], &para->onChanged, in configure()
512 if ( idx == onChangedIdx ) in cget()
H A DcomboBox.c50 static const int onChangedIdx = 1; variable
387 &options[onChangedIdx], in configure()
527 else if ( idx == onChangedIdx ) in cget()
H A Dentry.c70 static const int onChangedIdx = 1; variable
428 &options[onChangedIdx], &para->onChanged, in configure()
641 else if ( idx == onChangedIdx ) in cget()
H A DlabelEntry.c97 static const int onChangedIdx = 12; variable
440 &options[onChangedIdx], &para->onChanged, in configure()
H A Dtext.c1424 static const int onChangedIdx = 7; variable
3024 &options[onChangedIdx], &para->onChanged, in configure()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/deprecated/
H A Dcombo.c73 static const int onChangedIdx = 1; variable
255 &options[onChangedIdx], &para->onChanged, in configure()
322 else if ( idx == onChangedIdx ) in cget()
H A DoptionMenu.c56 static const int onChangedIdx = 1; variable
354 &options[onChangedIdx], &para->onChanged, in configure()
472 else if ( idx == onChangedIdx ) in cget()
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Ddropdown.tsx49 onChangedIdx?: (selectedIdx: number) => void
107 this.props.onChangedIdx && this.props.onChangedIdx(idx)
/dports/security/keybase/client-v5.7.1/shared/settings/files/
H A Dindex.desktop.tsx24 onChangedIdx={props.onChangedSyncNotifications}