25 lines
447 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*****************************************************************************
*
* 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) ;