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

SYSICLASS

Class identifier. The class of system images. The class includes the images for the system and GadTools gadgets.

Declaration

Source position: intuition.pas line 1740

const SYSICLASS: ClassID = 'sysiclass';

Description

SuperClass:imageclass

This is a class of system images and standard application images. There are 11 possible sysiclass image glyphs to choose from:

DEPTHIMAGE
Window depth arrangement image.
ZOOMIMAGE
Window Zoom image.
SIZEIMAGE
Window Sizing image.
CLOSEIMAGE
Window close image.
SDEPTHIMAGE
Screen depth arrangement image.
LEFTIMAGE
Left arrow image.
RIGHTIMAGE
Right arrow image.
UPIMAGE
Up arrow image.
DOWNIMAGE
Down arrow image.
CHECKIMAGE
Checkmark image.
MXIMAGE
Radio button image.

The class caches the image's bitmap to improve rendering speed.

Attributes:

SYSIA_DrawInfo (I)

SYSIA_Which (I)

SYSIA_Size (I)

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