IntuiText is a series of strings.
Source position: intuition.pas line 41
type PIntuiText = ^TIntuiText; |
IntuiText is a series of strings that start with a screen location (always relative to the upper-left corner of something) and then the text of the string. The text is null-terminated.
|
Structure to describe a Gadget |
|
|
Extended Gadget structure |
|
|
Requesters The following struct is used for standard intuition requesters |
|
|
Flag for TGadget.SpecialInfo. TGadget.GadgetText is a PIntuiText |
|
|
GadgetClass Tag. [IS.] (PIntuiText) Label is an IntuiText. |
|
|
Automatically build and get response from a requester. |
|
|
Build and display a system requester. |
|
|
Return the length (pixel-width) of an IntuiText. |
|
|
Print text described by the IntuiText argument. |