Supported Browsers Home   
window_t Previous   
winmng_t Next   
Type Definitions Up   

windowevententry_t

Declaration

struct windowevententry_t {
    ulong                      mask;
    windoweventhandler_t       hndFunc;
    int                        id;
    struct windowevententry_t *next;
    }

Prototype In

mgraph.h

Description

Internal structure describing an entry in event table for window_t. MGL window manager distributes events to event handlers attached to windows. Event entries describe which events go to which handlers.

Members

mask

Mask specifying what types of events the handler accepts

hndFunc

Event handler callback

id

User-defined identifier of event entry (used for entry removal)

next

Pointer to next event entry in the chain

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com