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/BoxMooV_window.h
/* window.h |
Michael Bishop - August 21 1996 |
Nick Thompson |
(c)1994-96 Apple Computer Inc., All Rights Reserved |
*/ |
#ifndef _WINDOW_H_ |
#define _WINDOW_H_ |
#include <QuickDraw.h> |
enum { |
kWindowResID = 6347 |
} ; |
WindowPtr Window_New(void) ; |
void Window_Delete(WindowPtr theWindow) ; |
void Window_Update( WindowPtr window ); |
void Window_Activate(WindowPtr theWindow, short activate); |
void Window_DoContent (WindowPtr theWindow, EventRecord *event); |
WindowPtr Window_GetNextWindow(WindowPtr theWindow); |
void Window_DestroyAll(void); |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14