Last change
on this file since 1570 was 1409, checked in by Gregg Young, 16 years ago |
Rename some container ini keys consolidate inline code in WriteDetailsSwitches, LoadDetailsSwitches and RemoveCnrSwitches (Ticket 343, 345, 347) Save changes to detail switches for compare directories (Ticket 346). Move additional messages to PCSZs (Ticket 6). Comments and minor code clean up.
|
-
Property svn:eolstyle
set to
native
-
Property svn:keywords
set to
Id
|
File size:
883 bytes
|
Line | |
---|
1 |
|
---|
2 | /***********************************************************************
|
---|
3 |
|
---|
4 | $Id: presparm.h 1409 2009-03-19 23:35:30Z 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 | 19 Mar 09 GKY Moved DeletePresParams from mainwnd.c
|
---|
14 |
|
---|
15 | ***********************************************************************/
|
---|
16 |
|
---|
17 | #if !defined(PRESPARM_H)
|
---|
18 | #define PRESPARM_H
|
---|
19 |
|
---|
20 | VOID CopyPresParams(HWND target, HWND source);
|
---|
21 | VOID PresParamChanged(HWND hwnd, PCSZ keyroot, MPARAM mp1, MPARAM mp2);
|
---|
22 | VOID RestorePresParams(HWND hwnd, PCSZ keyroot);
|
---|
23 | VOID SavePresParams(HWND hwnd, PCSZ keyroot);
|
---|
24 | VOID DeletePresParams(PCSZ Keyroot);
|
---|
25 | #ifdef INCL_GPI
|
---|
26 | VOID SetPresParams(HWND hwnd, RGB2 * back, RGB2 * fore, RGB2 * border,
|
---|
27 | PCSZ font);
|
---|
28 | #endif
|
---|
29 |
|
---|
30 |
|
---|
31 | #endif // PRESPARM_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.