Home
last modified time | relevance | path

Searched refs:okstruct (Results 1 – 2 of 2) sorted by relevance

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.c58 extern propstruct okstruct[MAXPROPS], fpokstruct;
3036 memset(okstruct, 0, sizeof(propstruct)*MAXPROPS); in OutputDlgProc()
3091 okstruct[i].setvalue = function[i]; in OutputDlgProc()
3092 okstruct[i].dataptr = data[i]; in OutputDlgProc()
3093 SetWindowText(okstruct[i].textw->handle, edit[i]); in OutputDlgProc()
3095 WinAddCallback(okstruct[i].buttonw, XtNselect, getproptext, &okstruct[i]); in OutputDlgProc()
3096 WinAddCallback(okstruct[i].textw, XtNexecute, getproptext, &okstruct[i]); in OutputDlgProc()
3098 WinAddCallback(okstruct[i].buttonw, XtNselect, update[i], entertext); in OutputDlgProc()
3099 WinAddCallback(okstruct[i].textw, XtNexecute, update[i], entertext); in OutputDlgProc()
3102 okstruct[i].textw->wndproc = (WNDPROC)SetWindowLong(okstruct[i].textw->handle, in OutputDlgProc()
[all …]
H A Dxtgui.c971 propstruct okstruct[MAXPROPS], fpokstruct; variable
1161 okstruct[i].textw = entertext[i]; in outputpopup()
1162 okstruct[i].buttonw = okays[i]; in outputpopup()
1163 okstruct[i].setvalue = function[i]; in outputpopup()
1164 okstruct[i].dataptr = data[i]; in outputpopup()
1166 XtAddCallback(okays[i], XtNselect, (XtCallbackProc)getproptext, &okstruct[i]); in outputpopup()
1172 &okstruct[i]); in outputpopup()
1201 XtAddCallback(allpages, XtNrelease, (XtCallbackProc)linkset, &okstruct[0]); in outputpopup()