Structs



TQ3DialogAnchor


typedef struct TQ3DialogAnchor {
    TQ3MacOSDialogEventHandler                  clientEventHandler;
} TQ3DialogAnchor;
Discussion

Mac OS dialog anchor.

Supplied to Q3Renderer_ModalConfigure to pass platform-specific dialog state to the renderer.

Field Descriptions
clientEventHandler
The application event handler.

TQ3DialogAnchor


typedef struct TQ3DialogAnchor {
    HWND                                        ownerWindow;
} TQ3DialogAnchor;
Discussion

Windows dialog anchor.

Supplied to Q3Renderer_ModalConfigure to pass platform-specific dialog state to the renderer.

Field Descriptions
ownerWindow
The parent window of the configure dialog.

TQ3DialogAnchor


typedef struct TQ3DialogAnchor {
    void                                        *notUsed;
} TQ3DialogAnchor;
Discussion

Unix dialog anchor.

Supplied to Q3Renderer_ModalConfigure to pass platform-specific dialog state to the renderer.

Field Descriptions
notUsed
Not used.

TQ3DialogAnchor


typedef struct TQ3DialogAnchor {
    void                                        *notUsed;
} TQ3DialogAnchor;
Discussion

Cocoa dialog anchor.

Supplied to Q3Renderer_ModalConfigure to pass platform-specific dialog state to the renderer.

Field Descriptions
notUsed
Not used.

© 1999-2008 Quesa Developers (Last Updated 5/10/2008)