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

  1. .NH 2
  2. Text Widget
  3. .LP
  4. .XS
  5.     Text Widget
  6. .XE
  7. .IN "Text widget" "" "@DEF@"
  8. .LP
  9. .Ds 0
  10. .TA 2.0i
  11. .ta 2.0i
  12. Application Header file    <X11/Xaw/Text.h>
  13. .IN "Text.h" ""
  14. Class Header file    <X11/Xaw/TextP.h>
  15. .IN "TextP.h" ""
  16. Class        textWidgetClass
  17. .IN "textWidgetClass" ""
  18. Class Name    Text
  19. .IN "Text widget" "class name"
  20. Superclass    Simple
  21. .De
  22. .sp 1
  23. .LP
  24. The Text widget is the glue that binds all the other pieces together, it
  25. maintains the internal state of the displayed text, and acts as a
  26. mediator between the source and sink.  
  27. .LP
  28. This section lists the resources that are actually part of the 
  29. Text widget, and explains the functionality provided by each.
  30. .NH 3
  31. Resources
  32. .LP
  33. When creating an Text widget instance, the following resources are
  34. retrieved from the argument list or from the resource database:
  35. .LP
  36. .IN "Text widget" "resources"
  37. .ps 9
  38. .nr PS 9
  39. .vs 11
  40. .nr VS 11
  41. .TS H
  42. expand;
  43. lw(1i) lw(1i) lw(1.1i) lw(.5i) lw(1.9i).
  44. _
  45. .sp 3p
  46. .TB
  47. Name    Class    Type    Notes    Default Value
  48. .sp 3p
  49. _
  50. .TH
  51. .R
  52. .sp 3p
  53. accelerators    Accelerators    AcceleratorTable        NULL
  54. ancestorSensitive    AncestorSensitive    Boolean    D    True
  55. autoFill    AutoFill    Boolean        False
  56. background    Background    Pixel        XtDefaultBackground
  57. backgroundPixmap    Pixmap    Pixmap        XtUnspecifiedPixmap
  58. borderColor    BorderColor    Pixel        XtDefaultForeground
  59. borderPixmap    Pixmap    Pixmap        XtUnspecifiedPixmap
  60. borderWidth    BorderWidth    Dimension        1
  61. bottomMargin    Margin    Position        2
  62. colormap    Colormap    Colormap        Parent's Colormap
  63. cursor    Cursor    Cursor        XC_xterm
  64. cursorName    Cursor    String        NULL
  65. depth    Depth    int    C    Parent's Depth
  66. destroyCallback    Callback    XtCallbackList        NULL
  67. displayCaret    Output    Boolean        True
  68. displayPosition    TextPosition    XawTextPosition        0
  69. height    Height    Dimension    A    Font height + margins
  70. insensitiveBorder    Insensitive    Pixmap        GreyPixmap
  71. insertPosition    TextPosition    int        0
  72. leftMargin    Margin    Position        2
  73. mappedWhenManaged    MappedWhenManaged    Boolean        True
  74. pointerColor    Foreground    Pixel        XtDefaultForeground
  75. pointerColorBackground    Background    Pixel        XtDefaultBackground
  76. resize    Resize    XawTextResizeMode        XawtextResizeNever
  77. rightMargin    Margin    Position        4
  78. screen    Screen    Pointer    R    Parent's Screen
  79. scrollHorizontal    Scroll    ScrollMode        XawtextScrollNever
  80. scrollVertical    Scroll    XawTextScrollMode        XawtextScrollNever
  81. selectTypes    SelectTypes    XawTextSelectType*        See above
  82. sensitive    Sensitive    Boolean        True
  83. textSink    TextSink    Widget        NULL
  84. textSource    TextSource    Widget        NULL
  85. topMargin    Margin    Position        2        
  86. translations    Translations    TranslationTable        See above
  87. unrealizeCallback    Callback    XtCallbackList        NULL
  88. width    Width    Dimension        100
  89. wrap    Wrap    WrapMode        XawtextWrapNever
  90. x    Position    Position        0
  91. y    Position    Position        0
  92. .sp 3p
  93. _
  94. .TE
  95. .ps 11
  96. .nr PS 11
  97. .vs 13
  98. .nr VS 13
  99. .Ac
  100. .As
  101. .Af Bold
  102. .Bg
  103. .Gp
  104. .Bc
  105. .Bp
  106. .Bw
  107. .Tm Bold
  108. .Cm
  109. .Cu
  110. .Pn
  111. .Dp
  112. .Dc
  113. .Tc Bold
  114. .Td Bold
  115. .Hw
  116. .Ib
  117. .Ti Bold
  118. .Mm
  119. .Pf
  120. .Pb
  121. .Tz Bold
  122. .Sc
  123. .Ts Bold
  124. .St Bold
  125. .Se
  126. .To Bold
  127. .Tr
  128. .Tw Bold
  129. .Tu Bold
  130. .Xy
  131.