blob: a030d4012da3679c15e47e27bb881f5c96eb8e8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
.\" $Xorg: Simple,v 1.3 2000/08/17 19:42:27 cpqbld Exp $
.NH 2
Simple Widget
.XS
Simple Widget
.XE
.IN "Simple widget" "" "@DEF@"
.Ds 0
.TA 2.0i
.ta 2.0i
.sp
Application Header file <Xaw/Simple.h>
.IN "Simple.h" ""
Class Header file <Xaw/SimpleP.h>
.IN "SimpleP.h" ""
Class simpleWidgetClass
.IN "simpleWidgetClass"
Class Name Simple
.IN "Simple widget" "class name"
Superclass Core
.sp
.De
.LP
The Simple widget is not very useful by itself, as it has no semantics
of its own. It main purpose is to be used as a common superclass for
the other \fIsimple\fP Athena widgets. This widget adds six resources
to the resource list provided by the Core widget and its superclasses.
.NH 3
Resources
.LP
When creating a Simple widget instance, the following resources are
retrieved from the argument list or from the resource database:
.LP
.IN "Simple widget" "resources"
.TS H
expand;
lw(1i) lw(1i) lw(1i) lw(.5i) lw(2i).
_
.sp 3p
.TB
Name Class Type Notes Default Value
.sp 3p
_
.TH
.R
.sp 3p
accelerators Accelerators AcceleratorTable NULL
ancestorSensitive AncestorSensitive Boolean D True
background Background Pixel XtDefaultBackground
backgroundPixmap Pixmap Pixmap XtUnspecifiedPixmap
borderColor BorderColor Pixel XtDefaultForeground
borderPixmap Pixmap Pixmap XtUnspecifiedPixmap
borderWidth BorderWidth Dimension 1
colormap Colormap Colormap Parent's Colormap
cursor Cursor Cursor None
cursorName Cursor String NULL
depth Depth int C Parent's Depth
destroyCallback Callback XtCallbackList NULL
height Height Dimension 0
insensitiveBorder Insensitive Pixmap GreyPixmap
international International Boolean C False
mappedWhenManaged MappedWhenManaged Boolean True
pointerColor Foreground Pixel XtDefaultForeground
pointerColorBackground Background Pixel XtDefaultBackground
screen Screen Screen R Parent's Screen
sensitive Sensitive Boolean True
translations Translations TranslationTable NULL
width Width Dimension 0
x Position Position 0
y Position Position 0
.sp 3p
_
.TE
.Ac
.As
.Bg
.Gp
.Bc
.Bp
.Bw
.Cm
.Cu Bold
.Cn Bold
.Dp
.Dc
.Hw
.Ib Bold
.Ix Bold
.Mm
.Pf Bold
.Pb Bold
.Sc
.Se
.Tr
.Xy
|