•  Back 
  •  Objects 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-File
                       The ob_type field of an OBJECT
                               (Object Types)


The low byte of the ob_type field specifies the object type as follows:

Name        ob_type  Meaning
            & 0xFF

G_BOX         20     Box

G_TEXT        21     Formatted Text

G_BOXTEXT     22     Formatted Text in a Box

G_IMAGE       23     Monochrome Image

G_PROGDEF     24     Programmer-Defined Object.
G_USERDEF

G_IBOX        25     Invisible Box

G_BUTTON      26     Push Button w/String

G_BOXCHAR     27     Character in a Box

G_STRING      28     Unformatted Text

G_FTEXT       29     Editable Formatted Text

G_FBOXTEXT    30     Editable Formatted Text in a Box

G_ICON        31     Monochrome Icon

G_TITLE       32     Menu Title

G_CICON       33     Color Icon (Available as of AES v3.3)