1994689c1Smrg<sect1 id="Simple_Widget"> 2994689c1Smrg<title>Simple Widget</title> 3994689c1Smrg<!-- .XS --> 4994689c1Smrg<!-- Simple Widget --> 5994689c1Smrg<!-- .XE --> 65ec34c4cSmrg<indexterm significance="preferred"><primary>Simple widget</primary></indexterm> 7994689c1Smrg<literallayout class="monospaced"> 8994689c1Smrg<!-- .TA 2.0i --> 9994689c1Smrg<!-- .ta 2.0i --> 10994689c1Smrg<!-- .sp --> 11994689c1SmrgApplication Header file <Xaw/Simple.h> 125ec34c4cSmrg<indexterm><primary>Simple.h</primary></indexterm> 13994689c1SmrgClass Header file <Xaw/SimpleP.h> 145ec34c4cSmrg<indexterm><primary>SimpleP.h</primary></indexterm> 15994689c1SmrgClass simpleWidgetClass 165ec34c4cSmrg<indexterm><primary>simpleWidgetClass</primary></indexterm> 17994689c1SmrgClass Name Simple 185ec34c4cSmrg<indexterm><primary>Simple widget</primary><secondary>class name</secondary></indexterm> 19994689c1SmrgSuperclass Core 20994689c1Smrg<!-- .sp --> 21994689c1Smrg</literallayout> 22994689c1Smrg<para> 23994689c1Smrg<!-- .LP --> 24994689c1SmrgThe Simple widget is not very useful by itself, as it has no semantics 25994689c1Smrgof its own. It main purpose is to be used as a common superclass for 26994689c1Smrgthe other <emphasis remap='I'>simple</emphasis> Athena widgets. This widget adds six resources 27994689c1Smrgto the resource list provided by the Core widget and its superclasses. 28994689c1Smrg</para> 29421c997bSmrg<sect2 id='Simple::Resources'> 30994689c1Smrg<title>Resources</title> 31994689c1Smrg<para> 32994689c1Smrg<!-- .LP --> 33994689c1SmrgWhen creating a Simple widget instance, the following resources are 34994689c1Smrgretrieved from the argument list or from the resource database: 35994689c1Smrg</para> 36994689c1Smrg<para> 37994689c1Smrg<!-- .LP --> 385ec34c4cSmrg<indexterm><primary>Simple widget</primary><secondary>resources</secondary></indexterm> 39994689c1Smrg<informaltable> 40994689c1Smrg <tgroup cols='5' align='center'> 41994689c1Smrg <colspec colname='c1'/> 42994689c1Smrg <colspec colname='c2'/> 43994689c1Smrg <colspec colname='c3'/> 44994689c1Smrg <colspec colname='c4'/> 45994689c1Smrg <colspec colname='c5'/> 46994689c1Smrg <thead> 47994689c1Smrg <row> 48994689c1Smrg <entry>Name</entry> 49994689c1Smrg <entry>Class</entry> 50994689c1Smrg <entry>Type</entry> 51994689c1Smrg <entry>Notes</entry> 52994689c1Smrg <entry>Default Value</entry> 53994689c1Smrg </row> 54994689c1Smrg </thead> 55994689c1Smrg <tbody> 56994689c1Smrg <row> 57994689c1Smrg <entry>accelerators</entry> 58994689c1Smrg <entry>Accelerators</entry> 59994689c1Smrg <entry>AcceleratorTable</entry> 60994689c1Smrg <entry></entry> 61994689c1Smrg <entry>NULL</entry> 62994689c1Smrg </row> 63994689c1Smrg <row> 64994689c1Smrg <entry>ancestorSensitive</entry> 65994689c1Smrg <entry>AncestorSensitive</entry> 66994689c1Smrg <entry>Boolean</entry> 67994689c1Smrg <entry>D</entry> 68994689c1Smrg <entry>True</entry> 69994689c1Smrg </row> 70994689c1Smrg <row> 71994689c1Smrg <entry>background</entry> 72994689c1Smrg <entry>Background</entry> 73994689c1Smrg <entry>Pixel</entry> 74994689c1Smrg <entry></entry> 75994689c1Smrg <entry>XtDefaultBackground</entry> 76994689c1Smrg </row> 77994689c1Smrg <row> 78994689c1Smrg <entry>backgroundPixmap</entry> 79994689c1Smrg <entry>Pixmap</entry> 80994689c1Smrg <entry>Pixmap</entry> 81994689c1Smrg <entry></entry> 82994689c1Smrg <entry>XtUnspecifiedPixmap</entry> 83994689c1Smrg </row> 84994689c1Smrg <row> 85994689c1Smrg <entry>borderColor</entry> 86994689c1Smrg <entry>BorderColor</entry> 87994689c1Smrg <entry>Pixel</entry> 88994689c1Smrg <entry></entry> 89994689c1Smrg <entry>XtDefaultForeground</entry> 90994689c1Smrg </row> 91994689c1Smrg <row> 92994689c1Smrg <entry>borderPixmap</entry> 93994689c1Smrg <entry>Pixmap</entry> 94994689c1Smrg <entry>Pixmap</entry> 95994689c1Smrg <entry></entry> 96994689c1Smrg <entry>XtUnspecifiedPixmap</entry> 97994689c1Smrg </row> 98994689c1Smrg <row> 99994689c1Smrg <entry>borderWidth</entry> 100994689c1Smrg <entry>BorderWidth</entry> 101994689c1Smrg <entry>Dimension</entry> 102994689c1Smrg <entry></entry> 103994689c1Smrg <entry>1</entry> 104994689c1Smrg </row> 105994689c1Smrg <row> 106994689c1Smrg <entry>colormap</entry> 107994689c1Smrg <entry>Colormap</entry> 108994689c1Smrg <entry>Colormap</entry> 109994689c1Smrg <entry></entry> 110994689c1Smrg <entry>Parent's Colormap</entry> 111994689c1Smrg </row> 112994689c1Smrg <row> 113994689c1Smrg <entry>cursor</entry> 114994689c1Smrg <entry>Cursor</entry> 115994689c1Smrg <entry>Cursor</entry> 116994689c1Smrg <entry></entry> 117994689c1Smrg <entry>None</entry> 118994689c1Smrg </row> 119994689c1Smrg <row> 120994689c1Smrg <entry>cursorName</entry> 121994689c1Smrg <entry>Cursor</entry> 122994689c1Smrg <entry>String</entry> 123994689c1Smrg <entry></entry> 124994689c1Smrg <entry>NULL</entry> 125994689c1Smrg </row> 126994689c1Smrg <row> 127994689c1Smrg <entry>depth</entry> 128994689c1Smrg <entry>Depth</entry> 129994689c1Smrg <entry>int</entry> 130994689c1Smrg <entry>C</entry> 131994689c1Smrg <entry>Parent's Depth</entry> 132994689c1Smrg </row> 133994689c1Smrg <row> 134994689c1Smrg <entry>destroyCallback</entry> 135994689c1Smrg <entry>Callback</entry> 136994689c1Smrg <entry>XtCallbackList</entry> 137994689c1Smrg <entry></entry> 138994689c1Smrg <entry>NULL</entry> 139994689c1Smrg </row> 140994689c1Smrg <row> 141994689c1Smrg <entry>height</entry> 142994689c1Smrg <entry>Height</entry> 143994689c1Smrg <entry>Dimension</entry> 144994689c1Smrg <entry></entry> 145994689c1Smrg <entry>0</entry> 146994689c1Smrg </row> 147994689c1Smrg <row> 148994689c1Smrg <entry>insensitiveBorder</entry> 149994689c1Smrg <entry>Insensitive</entry> 150994689c1Smrg <entry>Pixmap</entry> 151994689c1Smrg <entry></entry> 152994689c1Smrg <entry>GreyPixmap</entry> 153994689c1Smrg </row> 154994689c1Smrg <row> 155994689c1Smrg <entry>international</entry> 156994689c1Smrg <entry>International</entry> 157994689c1Smrg <entry>Boolean</entry> 158994689c1Smrg <entry>C</entry> 159994689c1Smrg <entry>False</entry> 160994689c1Smrg </row> 161994689c1Smrg <row> 162994689c1Smrg <entry>mappedWhenManaged</entry> 163994689c1Smrg <entry>MappedWhenManaged</entry> 164994689c1Smrg <entry>Boolean</entry> 165994689c1Smrg <entry></entry> 166994689c1Smrg <entry>True</entry> 167994689c1Smrg </row> 168994689c1Smrg <row> 169994689c1Smrg <entry>pointerColor</entry> 170994689c1Smrg <entry>Foreground</entry> 171994689c1Smrg <entry>Pixel</entry> 172994689c1Smrg <entry></entry> 173994689c1Smrg <entry>XtDefaultForeground</entry> 174994689c1Smrg </row> 175994689c1Smrg <row> 176994689c1Smrg <entry>pointerColorBackground</entry> 177994689c1Smrg <entry>Background</entry> 178994689c1Smrg <entry>Pixel</entry> 179994689c1Smrg <entry></entry> 180994689c1Smrg <entry>XtDefaultBackground</entry> 181994689c1Smrg </row> 182994689c1Smrg <row> 183994689c1Smrg <entry>screen</entry> 184994689c1Smrg <entry>Screen</entry> 185994689c1Smrg <entry>Screen</entry> 186994689c1Smrg <entry>R</entry> 187994689c1Smrg <entry>Parent's Screen</entry> 188994689c1Smrg </row> 189994689c1Smrg <row> 190994689c1Smrg <entry>sensitive</entry> 191994689c1Smrg <entry>Sensitive</entry> 192994689c1Smrg <entry>Boolean</entry> 193994689c1Smrg <entry></entry> 194994689c1Smrg <entry>True</entry> 195994689c1Smrg </row> 196994689c1Smrg <row> 197994689c1Smrg <entry>translations</entry> 198994689c1Smrg <entry>Translations</entry> 199994689c1Smrg <entry>TranslationTable</entry> 200994689c1Smrg <entry></entry> 201994689c1Smrg <entry>NULL</entry> 202994689c1Smrg </row> 203994689c1Smrg <row> 204994689c1Smrg <entry>width</entry> 205994689c1Smrg <entry>Width</entry> 206994689c1Smrg <entry>Dimension</entry> 207994689c1Smrg <entry></entry> 208994689c1Smrg <entry>0</entry> 209994689c1Smrg </row> 210994689c1Smrg <row> 211994689c1Smrg <entry>x</entry> 212994689c1Smrg <entry>Position</entry> 213994689c1Smrg <entry>Position</entry> 214994689c1Smrg <entry></entry> 215994689c1Smrg <entry>0</entry> 216994689c1Smrg </row> 217994689c1Smrg <row> 218994689c1Smrg <entry>y</entry> 219994689c1Smrg <entry>Position</entry> 220994689c1Smrg <entry>Position</entry> 221994689c1Smrg <entry></entry> 222994689c1Smrg <entry>0</entry> 223994689c1Smrg </row> 224994689c1Smrg </tbody> 225994689c1Smrg </tgroup> 226994689c1Smrg</informaltable> 227994689c1Smrg<!-- .Ac --> 228994689c1Smrg<!-- .As --> 229994689c1Smrg<!-- .Bg --> 230994689c1Smrg<!-- .Gp --> 231994689c1Smrg<!-- .Bc --> 232994689c1Smrg<!-- .Bp --> 233994689c1Smrg<!-- .Bw --> 234994689c1Smrg<!-- .Cm --> 235994689c1Smrg<!-- .Cu Bold --> 236994689c1Smrg<!-- .Cn Bold --> 237994689c1Smrg<!-- .Dp --> 238994689c1Smrg<!-- .Dc --> 239994689c1Smrg<!-- .Hw --> 240994689c1Smrg<!-- .Ib Bold --> 241994689c1Smrg<!-- .Ix Bold --> 242994689c1Smrg<!-- .Mm --> 243994689c1Smrg<!-- .Pf Bold --> 244994689c1Smrg<!-- .Pb Bold --> 245994689c1Smrg<!-- .Sc --> 246994689c1Smrg<!-- .Se --> 247994689c1Smrg<!-- .Tr --> 248994689c1Smrg<!-- .Xy --> 249994689c1Smrg 250994689c1Smrg</para> 251994689c1Smrg</sect2> 252994689c1Smrg</sect1> 253