1Core(3) LessTif Manuals Core(3)
2
3
4
6 Core - widget from X toolkit
7
9 #include <X11/Intrinsic.h>
10
12 Core is a widget which is defined in the X Toolkit. We document its
13 existence here for completeness. Please refer to the X Window System
14 documentation for the real information regarding this widget.
15
17 Name Class Type Default Access
18 ──────────────────────────────────────────────────────────────────────────────────────────────
19 XtNscreen XtCScreen Screen NULL CSG
20 XtNdepth XtCDepth Int NULL CSG
21 XtNcolormap XtCColormap Colormap NULL CSG
22 XtNbackground XtCBackground Pixel XtDefaultBackground CSG
23 XtNbackgroundPixmap XtCPixmap Pixmap NULL CSG
24 XtNborderColor XtCBorderColor Pixel XtDefaultForeground CSG
25 XtNborderPixmap XtCPixmap Pixmap NULL CSG
26 XtNmappedWhenManaged XtCMappedWhenManaged Boolean NULL CSG
27 XtNtranslations XtCTranslations TranslationTable NULL CSG
28 XtNaccelerators XtCAccelerators AcceleratorTable NULL CSG
29
30 XtNscreen
31
32 XtNdepth
33
34 XtNcolormap
35
36 XtNbackground
37
38 XtNbackgroundPixmap
39
40 XtNborderColor
41
42 XtNborderPixmap
43
44 XtNmappedWhenManaged
45
46 XtNtranslations
47
48 XtNaccelerators
49
51 Object(3) Rect(3) UnNamedObj(3) Core(3)
52
56LessTif Project October 1998 Core(3)