Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Headers/SR_WinDialog.h
/****************************************************************************** |
** ** |
** Module: SR_WinDialog.h ** |
** ** |
** ** |
** Purpose: Modal dialog routines ** |
** ** |
** ** |
** ** |
** Copyright (C) 1996 Apple Computer, Inc. All rights reserved. ** |
** ** |
** ** |
*****************************************************************************/ |
#ifndef SR_WinDialog_h |
#define SR_WinDialog_h |
#include "QD3D.h" |
TQ3Status SR_WinModalDialog( |
TQ3RendererObject renderer, |
TQ3DialogAnchor dialogAnchor, |
TQ3Boolean *canceled, |
void *rendererPrivate); |
#endif /* SR_WinDialog_h */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14