Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PhCursorDescription_t

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PhCursorDescription_t

[Previous] [Contents] [Index] [Next]

PhCursorDescription_t

Cursor header structure

Synopsis:

typedef struct Ph_ev_cursor_descr {
        unsigned short type;
        unsigned short length;
} PhCursorDescription_t;

Description:

The PhCursorDescription_t structure is used as a header for these cursor description structures:

  • PhCharacterCursorDescription_t -- a character cursor structure
  • PhBitmapCursorDescription_t -- a bitmap cursor structure

In functions that call for a PhCursorDescription_t, you should pass in the address for the hdr structure of a populated PhCharacterCursorDescription_t or PhBitmapCursorDescription_t.

The members of PhCursorDescription_t are:

type
Defines a cursor type. See the parent structure for a description.
length
The total length of the parent cursor structure, in bytes.

Classification:

Photon

See also:

PhCharacterCursorDescription_t, PhBitmapCursorDescription_t, PhInitDrag(), PtDndSelect(), PtInitDnd()


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026