Application Header file | <Xraw/AsciiText.h> |
Class Header file | <Xraw/AsciiTextP.h> |
Class | asciiTextWidgetClass |
Class Name | AsciiText |
Superclass | Text --> Simple --> Core |
The AsciiText widget is really a collection of smaller parts. It includes the Text widget, an AsciiSrc, and an AsciiSink. Some of the resources listed below are not actually resources of the AsciiText, but belong to the AsciiSrc or AsciiSink. This is is noted in the explanation of each resource where it applies. When specifying these resources in a resource file be sure to use *AsciiText*resource_name instead of *AsciiText.resource_name, since they actually belong to the children of the AsciiText widget, and not the AsciiText widget itself. However, these resources may be set directly on the AsciiText widget at widget creation time, or via XtSetValues.