[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TIntuiText

IntuiText is a series of strings.

Declaration

Source position: intuition.pas line 30

type TIntuiText = record

  FrontPen: Byte;

  

Front pen for Font rendering

  BackPen: Byte;

  

Back pen for Font rendering

  DrawMode: Byte;

  

The mode for rendering the text

  LeftEdge: SmallInt;

  

relative left start location for the text

  TopEdge: SmallInt;

  

relative top start location for the text

  ITextFont: PTextAttr;

  

If nil, you accept the default

  IText: PChar;

  

A pointer to null-terminated text

  NextText: PIntuiText;

  

Continuation to TxWrite another text

end;

Description

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.

See also

TGadget

  

Structure to describe a Gadget

TExtGadget

  

Extended Gadget structure

TRequester

  

Requesters The following struct is used for standard intuition requesters

GFLG_LABELITEXT

  

Flag for TGadget.SpecialInfo. TGadget.GadgetText is a PIntuiText

GA_IntuiText

  

GadgetClass Tag. [IS.] (PIntuiText) Label is an IntuiText.

AutoRequest

  

Automatically build and get response from a requester.

BuildSysRequest

  

Build and display a system requester.

IntuiTextLength

  

Return the length (pixel-width) of an IntuiText.

PrintIText

  

Print text described by the IntuiText argument.


Documentation generated on: 2017-01-10