Searched refs:XmNnotifyProc (Results 1 – 6 of 6) sorted by relevance
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/ |
H A D | XmStrDefs.h | 592 #define XmNnotifyProc "notifyProc" macro 3089 #ifndef XmNnotifyProc 3090 #define XmNnotifyProc ((char*)&_XmStrings[8439])
|
H A D | DragC.c | 2024 XtSetArg(args[i], XmNnotifyProc, ExternalNotifyHandler); i++; in InitDropSiteManager() 2027 XtSetArg(args[i], XmNnotifyProc, LocalNotifyHandler); i++; in InitDropSiteManager()
|
H A D | DropSMgr.c | 378 { XmNnotifyProc, XmCNotifyProc, XmRCallbackProc,
|
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/ |
H A D | DragC.c | 433 XtSetArg(argl[1], XmNnotifyProc, external_notify); in initialize() 437 XtSetArg(argl[1], XmNnotifyProc, internal_notify); in initialize()
|
H A D | DropSMgr.c | 113 XmNnotifyProc, XmCNotifyProc, XmRCallbackProc,
|
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/ |
H A D | XmStrDefs.h | 2062 #ifndef XmNnotifyProc 2063 #define XmNnotifyProc ((char *)&_XmStrings[8405]) macro
|