Home
last modified time | relevance | path

Searched refs:XtRLong (Results 1 – 16 of 16) sorted by relevance

/dports/audio/xwave/xwave2-981109/FWF/src/Group/
H A DGroup.h57 #ifndef XtRLong
58 #define XtRLong "Long" macro
H A DGroup.c247 {XtNselection,XtCSelection,XtRLong,sizeof(((XfwfGroupRec*)NULL)->xfwfGroup.selection),XtOffsetOf(Xf…
342 XtAddConverter(XtRString, XtRLong, XmuCvtStringToLong, NULL, 0);
343 XtSetTypeConverter(XtRLong, XtRString, XfwfCvtLongToString,
/dports/news/knews/knews-1.0b.1/Widgets/
H A DUtil.h10 #ifndef XtRLong
11 #define XtRLong "Long" macro
H A DScrBar.c19 {XtNcanvasLength, XtCCanvasLength, XtRLong, sizeof(long),
21 {XtNsliderLength, XtCSliderLength, XtRLong, sizeof(long),
23 {XtNsliderPosition, XtCSliderPosition, XtRLong, sizeof(long),
25 {XtNstepSize, XtCStepSize, XtRLong, sizeof(long),
840 XtSetTypeConverter(XtRString, XtRLong, cvt_string_to_long, in ClassInitialize()
H A DNotice.c28 {XtNtimeout, XtCTimeout, XtRLong, sizeof(long),
H A DUtil.c329 XtStringConversionWarning((char *)from->addr, XtRLong); in cvt_string_to_long()
H A DScrList.c32 {XtNnAlloc, XtCNAlloc, XtRLong, sizeof(long),
/dports/games/xspacewarp/xspacewarp-1.2/
H A Dxprep.hh508 XtRLong, // must use an Xmu converter for this type
544 XtRLong, // must use an Xmu converter for this type
562 XtRLong, // must use an Xmu converter for this type
589 XtRLong, // must use an Xmu converter for this type
598 XtRLong, // must use an Xmu converter for this type
607 XtRLong, // must use an Xmu converter for this type
H A Dxprep.cc36 XtAddConverter(XtRString, XtRLong, XmuCvtStringToLong, NULL, 0); in xprep()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DStrToLong.c49 XtStringConversionWarning((char *)fromVal->addr, XtRLong); in XmuCvtStringToLong()
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DSourceStr.c71 {XtNmaximumSize, XtCMaximumSize, XtRLong, sizeof (long),
72 XtOffset(StringSourcePtr, max_size), XtRLong, (caddr_t)&magic_value},
H A DXw.h50 #define XtRLong "Long" macro
H A DResConvert.c157 XtAddConverter (XtRLong, XtRLong, _XwCvtLongToLong, NULL, 0); in XwRegisterConverters()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/include/X11/Xmu/
H A DConverters.h160 #define XtRLong "Long" macro
/dports/news/knews/knews-1.0b.1/src/
H A Dmain.c159 {"stderrTimeout", "StderrTimeout", XtRLong, sizeof(long), in main()
502 XtSetTypeConverter(XtRString, XtRLong, cvt_string_to_long, in main()
/dports/x11/xfd/xfd-1.1.3/
H A Dgrid.c81 { XtNstartChar, XtCStartChar, XtRLong, sizeof(long),
559 XtAddConverter (XtRString, XtRLong, XmuCvtStringToLong, NULL, 0); in ClassInitialize()