home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / doc / Xaw / AsciiSink next >
Encoding:
Text File  |  1989-12-22  |  1.4 KB  |  74 lines

  1. .LP
  2. .NH 2
  3. Ascii Sink Object
  4. .LP
  5. .XS
  6.     AsciiSink Object
  7. .XE
  8. .IN "AsciiSink object" "" "@DEF@"
  9. .LP
  10. .Ds 0
  11. .TA 2.0i
  12. .ta 2.0i
  13. Application Header file    <X11/Xaw/AsciiSink.h>
  14. .IN "AsciiSink.h" ""
  15. Class Header file    <X11/Xaw/AsciiSinkP.h>
  16. .IN "AsciiSinkP.h" ""
  17. Class        asciiSinkObjectClass
  18. .IN "asciiSinkObjectClass" ""
  19. Class Name    AsciiSink
  20. .IN "AsciiSink object" "class name"
  21. Superclass    TextSink
  22. .sp 1
  23. .LP
  24. The AsciiSink object is used by a text widget to render the text.  It
  25. will display all Latin1 Characters in an 8 bit font, Tab and Carriage
  26. Return.  The name may be a bit misleading, but is left this way for
  27. compatibility.  This object also reports the text window metrics to the
  28. text widgets.
  29. .De
  30. .NH 3
  31. Resources
  32. .LP
  33. When creating an AsciiSink object instance, the following resources are
  34. retrieved from the argument list or from the resource database:
  35. .LP
  36. .IN "AsciiSink object" "resources"
  37. .ps 9
  38. .nr PS 9
  39. .vs 11
  40. .nr VS 11
  41. .TS H
  42. lw(1i) lw(1i) lw(1i) lw(.5i) lw(2i).
  43. _
  44. .sp 3p
  45. .TB
  46. Name    Class    Type    Notes    Default Value
  47. .sp 3p
  48. _
  49. .TH
  50. .R
  51. .sp 3p
  52. background    Background    Pixel        XtDefaultBackground
  53. destroyCallback    Callback    XtCallbackList        NULL
  54. displayNonprinting    Output    Boolean        True
  55. echo    Output    Boolean        True
  56. font    Font    XFontStruct*        XtDefaultFont
  57. foreground    Foreground    Pixel        XtDefaultForeground
  58. .sp 3p
  59. _
  60. .TE
  61. .ps 11
  62. .nr PS 11
  63. .vs 13
  64. .nr VS 13
  65. .Bg
  66. I have added this resource to the AsciiSink instead of just stealing
  67. if from the Text widget for completeness.
  68. .Dc
  69. .Sd Bold
  70. .Sh Bold
  71. .Sf
  72. .Sg
  73.  
  74.