25 lines
447 B
C
25 lines
447 B
C
/*****************************************************************************
|
|
*
|
|
* Graph.h - Header for graphing window.
|
|
*
|
|
* Microsoft Confidential
|
|
* Copyright (c) 1992-1993 Microsoft Corporation
|
|
*
|
|
*
|
|
****************************************************************************/
|
|
|
|
|
|
#define GRAPH_BORDER 4
|
|
|
|
|
|
BOOL GraphInitializeApplication (void) ;
|
|
|
|
|
|
HWND CreateGraphWindow (HWND hWndParent) ;
|
|
|
|
|
|
void SizeGraphComponents (HWND hWnd) ;
|
|
|
|
|
|
|