Home  /  Autodocs

glyph.image

create glyph BOOPSI objects

FUNCTIONS

GLYPH_GetClass

SUPERCLASS

imageclass

REQUIRES

drawlist.image

DESCRIPTION

This image class can create scaled glyphs suitable for use as gadget imagery or informational requestor imagery. Either a penmap or drawlist scaled image is created internally, and external user prefered glyph style sets may become possible at a later date.

ATTRIBUTES

GLYPH_Glyph (LONG)
Selects any one of the built-in scaled image glyphs.

Current supported and defined in <images/glyph.h>:

GLYPH_NONE
No image.

GLYPH_DOWNARROW
Indicates downward movement control.

GLYPH_UPARROW
Indicates upward movement control.

GLYPH_LEFTARROW
Indicates left movement control.

GLYPH_RIGHTARROW
Indicates right movement control.

GLYPH_DROPDOWN
Denotes a drop-down menu.

GLYPH_POPUP
Denotes a pop-up menu.

GLYPH_CHECKMARK
Indicates a toggle.

GLYPH_POPFONT
Font selection.

GLYPH_POPFILE
File selection.

GLYPH_POPDRAWER
Drawer (directory) selection.

GLYPH_POPSCREENMODE
Screenmode selection.

GLYPH_POPTIME
Time selection.

GLYPH_RADIOBUTTON
Mutual exclusion item.

GLYPH_RETURNARROW
RETURN key controlled.

GLYPH_BDOWNARROW -

GLYPH_BUPARROW -

GLYPH_BLEFTARROW -

GLYPH_BRIGHTARROW -

GLYPH_DROPDOWNMENU
indicator for a dropdown menu

GLYPH_CYCLE
indicator for a cycle gadget

GLYPH_POPDATE (V47)
Date selection.

GLYPH_SHIFTKEY (V47)
Shift key.

GLYPH_POPCOLOR (V47)
Palette editing.

Defaults to GLYPH_POPFILE.

Applicability is (OM_NEW, OM_SET, OM_UPDATE)