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