home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / doc / Xaw / Simple < prev    next >
Encoding:
Text File  |  1991-07-29  |  2.0 KB  |  101 lines

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