source: trunk/dll/presparm.h@ 1401

Last change on this file since 1401 was 1400, checked in by Gregg Young, 17 years ago

Remainder of changes to rename commafmt.h/c (Ticket 28, 82); Additional strings moved to PCSZs in init.c (Ticket 6); Added WriteDetailsSwitches used it and LoadDetailsSwitches to consolidate inline code (Ticket 343, 344)

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 776 bytes
Line 
1
2/***********************************************************************
3
4 $Id: presparm.h 1400 2009-03-08 17:50:25Z gyoung $
5
6 <<<description here>>>
7
8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2008 Steven H. Levine
10
11 Change log
12 08 Mar 09 GKY Additional strings move to PCSZs in init.c (Delcare changes to PCSZ)
13
14***********************************************************************/
15
16#if !defined(PRESPARM_H)
17#define PRESPARM_H
18
19VOID CopyPresParams(HWND target, HWND source);
20VOID PresParamChanged(HWND hwnd, PCSZ keyroot, MPARAM mp1, MPARAM mp2);
21VOID RestorePresParams(HWND hwnd, PCSZ keyroot);
22VOID SavePresParams(HWND hwnd, PCSZ keyroot);
23#ifdef INCL_GPI
24VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
25 PCSZ font);
26#endif
27
28
29#endif // PRESPARM_H
Note: See TracBrowser for help on using the repository browser.