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

PIntuiText

IntuiText is a series of strings.

Declaration

Source position: intuition.pas line 29

type PIntuiText = ^TIntuiText;

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