Last change
on this file since 1169 was 1169, checked in by John Small, 17 years ago |
Ticket 187: Draft 1: Functions only
|
File size:
923 bytes
|
Rev | Line | |
---|
[1169] | 1 |
|
---|
| 2 | /***********************************************************************
|
---|
| 3 |
|
---|
| 4 | $Id: $
|
---|
| 5 |
|
---|
| 6 | <<<description here>>>
|
---|
| 7 |
|
---|
| 8 | Copyright (c) 1993-98 M. Kimes
|
---|
| 9 | Copyright (c) 2008 Steven H. Levine
|
---|
| 10 |
|
---|
| 11 | Change log
|
---|
| 12 |
|
---|
| 13 | ***********************************************************************/
|
---|
| 14 |
|
---|
| 15 | #if !defined(SELECT_H)
|
---|
| 16 | #define SELECT_H
|
---|
| 17 |
|
---|
| 18 | VOID DeselectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask,
|
---|
| 19 | CHAR * text, BOOL arc);
|
---|
| 20 | VOID ExpandAll(HWND hwndCnr, BOOL expand, PCNRITEM pciParent);
|
---|
| 21 | VOID HideAll(HWND hwndCnr);
|
---|
| 22 | VOID InvertAll(HWND hwndCnr);
|
---|
| 23 | VOID RemoveAll(HWND hwndCnr, ULONGLONG * ullTotalBytes, ULONG * totalfiles);
|
---|
| 24 | VOID SelectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask, CHAR * text,
|
---|
| 25 | BOOL arc);
|
---|
| 26 | VOID SelectList(HWND hwndCnr, BOOL partial, BOOL deselect, BOOL clearfirst,
|
---|
| 27 | PCNRITEM pciParent, CHAR * filename, CHAR ** list);
|
---|
| 28 | VOID SpecialSelect2(HWND hwndParent, INT action);
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 | #endif // SELECT_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.