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

FRAMEICLASS

Class identifier. This is a class of framing image, which can optionally fill itself.

Declaration

Source position: intuition.pas line 1739

const FRAMEICLASS: ClassID = 'frameiclass';

Description

SuperClass:imageclass

This is a class of framing image, which can optionally fill itself. Its purpose is to frame other display elements using an embossed or recessed rectangular frame. The frame renders itself using the appropriate TDrawInfo pens (SHINEPEN, SHADOWPEN, etc.). This class is intelligent enough to bound or center its contents.

Changed Methods:

IM_DRAW, IDS_NORMAL, IDS_INACTIVENORMAL, IDS_DISABLED, IDS_SELECTED, IDS_INACTIVESELECTED, IM_DRAWFRAME, IM_FRAMEBOX

Attributes:

IA_Recessed (IS)

IA_EdgesOnly (IS)

See also

ClassID

  

Name of the Object class

TIClass

  

This structure is READ-ONLY, and allocated only by Intuition

FindClass

  

Find a registered class

MakeClass

  

Create and initialize a boopsi class.

NewObjectA

  

Create an object from a class.


Documentation generated on: 2017-01-10