Home
last modified time | relevance | path

Searched refs:XtNpropertyCallback (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/libXaw/libXaw-1.0.14/include/X11/Xaw/
H A DTextSrc.h105 #define XtNpropertyCallback "propertyCallback" macro
/dports/x11/xedit/xedit-1.2.2/lisp/
H A Dxedit.c527 XtAddCallback(item->source, XtNpropertyCallback, in XeditLispSetEditMode()
543 XtRemoveCallback(item->source, XtNpropertyCallback, in XeditLispUnsetEditMode()
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DTextSrc.c177 XtNpropertyCallback,
1189 XtCallCallbacks(w, XtNpropertyCallback, &info); in XawTextSourceReplace()