TQ3DialogAnchor |
typedef struct TQ3DialogAnchor {
TQ3MacOSDialogEventHandler clientEventHandler;
} TQ3DialogAnchor;
Mac OS dialog anchor.
Supplied to Q3Renderer_ModalConfigure to pass platform-specific
dialog state to the renderer.
- clientEventHandler
- The application event handler.
TQ3DialogAnchor |
typedef struct TQ3DialogAnchor {
HWND ownerWindow;
} TQ3DialogAnchor;
Windows dialog anchor.
Supplied to Q3Renderer_ModalConfigure to pass platform-specific
dialog state to the renderer.
- ownerWindow
- The parent window of the configure dialog.
TQ3DialogAnchor |
typedef struct TQ3DialogAnchor {
void *notUsed;
} TQ3DialogAnchor;
Unix dialog anchor.
Supplied to Q3Renderer_ModalConfigure to pass platform-specific
dialog state to the renderer.
- notUsed
- Not used.
TQ3DialogAnchor |
typedef struct TQ3DialogAnchor {
void *notUsed;
} TQ3DialogAnchor;
Cocoa dialog anchor.
Supplied to Q3Renderer_ModalConfigure to pass platform-specific
dialog state to the renderer.
- notUsed
- Not used.
© 1999-2008 Quesa Developers (Last Updated 5/10/2008)