campo-sirio/al/h/pmutil.h
alex 714dd74636 Archive Library versione 2.00
git-svn-id: svn://10.65.10.50/trunk@5350 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-09 16:09:54 +00:00

42 lines
848 B
C
Executable File

/*
* PMUTIL.H
*
* Header file for ArchiveLib 2.0
*
* Copyright (c) 1994-1996 Greenleaf Software, Inc.
* All Rights Reserved
*
* DESCRIPTION
*
* This header file contains the declaration for various
* utility functions used under Presentation Manager.
*
* CLASS DEFINITIONS:
*
* None.
*
* REVISION HISTORY
*
* February 14, 1996 2.0A : New release
*
*/
#if !defined( _PMMUTIL_H )
#define _PMUTIL_H
#if defined( __cplusplus )
extern "C" {
#endif
AL_LINKAGE void AL_FUNCTION CenterWindow( HWND hwnd );
AL_LINKAGE void AL_FUNCTION TrimSystemMenu( HWND hwnd );
AL_LINKAGE int AL_FUNCTION SetupSlider( HWND hDlg, int slider_id, int draw_ticks );
AL_LINKAGE void AL_CFUNCTION
EditDisplay( HWND hDlg, int id, char AL_DLL_FAR *fmt, ... );
#if defined( __cplusplus )
}
#endif
#endif