Home
last modified time | relevance | path

Searched refs:XtNexecute (Results 1 – 5 of 5) sorted by path

/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DTextEdit.c173 {XtNexecute,
1890 XtCallCallbacks((Widget)ctx, XtNexecute, NULL);
H A DXw.h165 #define XtNexecute "execute" macro
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.c2990 execute_callback(XtNexecute, win, NULL); in OutputDlgEditProc()
3096 WinAddCallback(okstruct[i].textw, XtNexecute, getproptext, &okstruct[i]); in OutputDlgProc()
3099 WinAddCallback(okstruct[i].textw, XtNexecute, update[i], entertext); in OutputDlgProc()
3140 WinAddCallback(fpokstruct.textw, XtNexecute, getproptext, &fpokstruct); in OutputDlgProc()
3141 WinAddCallback(fpokstruct.textw, XtNexecute, updatetext, entertext); in OutputDlgProc()
H A Dxcwin32.h228 #define XtNexecute 39 macro
H A Dxtgui.c939 XtAddCallback(entertext, XtNexecute, (XtCallbackProc)xcgettext, okaystruct); in popupprompt()
1171 XtAddCallback(entertext[i], XtNexecute, (XtCallbackProc)getproptext, in outputpopup()
1173 if (update[i] != NULL) XtAddCallback(entertext[i], XtNexecute, in outputpopup()
1257 XtAddCallback(fpentertext, XtNexecute, (XtCallbackProc)getproptext, &fpokstruct); in outputpopup()
1258 XtAddCallback(fpentertext, XtNexecute, (XtCallbackProc)updatetext, entertext); in outputpopup()
1474 XtAddCallback(overlay, XtNexecute, (XtCallbackProc)getcommand, NULL); in docommand()