| [1169] | 1 |  | 
|---|
|  | 2 | /*********************************************************************** | 
|---|
|  | 3 |  | 
|---|
| [1200] | 4 | $Id: select.h 1227 2008-09-13 23:13:11Z jbs $ | 
|---|
| [1169] | 5 |  | 
|---|
| [1200] | 6 | <<<description here>>> | 
|---|
| [1169] | 7 |  | 
|---|
| [1200] | 8 | Copyright (c) 1993-98 M. Kimes | 
|---|
|  | 9 | Copyright (c) 2008 Steven H. Levine | 
|---|
| [1169] | 10 |  | 
|---|
| [1200] | 11 | Change log | 
|---|
| [1169] | 12 |  | 
|---|
|  | 13 | ***********************************************************************/ | 
|---|
|  | 14 |  | 
|---|
|  | 15 | #if !defined(SELECT_H) | 
|---|
|  | 16 | #define SELECT_H | 
|---|
|  | 17 |  | 
|---|
| [1227] | 18 | #include "dircnrs.h"                    // typedef for CNRITEM, PCNRITEM | 
|---|
|  | 19 |  | 
|---|
| [1180] | 20 | VOID Deselect(HWND hwndCnr); | 
|---|
| [1169] | 21 | VOID DeselectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask, | 
|---|
|  | 22 | CHAR * text, BOOL arc); | 
|---|
|  | 23 | VOID ExpandAll(HWND hwndCnr, BOOL expand, PCNRITEM pciParent); | 
|---|
|  | 24 | VOID HideAll(HWND hwndCnr); | 
|---|
|  | 25 | VOID InvertAll(HWND hwndCnr); | 
|---|
| [1180] | 26 | VOID MarkAll(HWND hwndCnr, BOOL quitit, BOOL target, BOOL source); | 
|---|
| [1169] | 27 | VOID RemoveAll(HWND hwndCnr, ULONGLONG * ullTotalBytes, ULONG * totalfiles); | 
|---|
|  | 28 | VOID SelectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask, CHAR * text, | 
|---|
|  | 29 | BOOL arc); | 
|---|
|  | 30 | VOID SelectList(HWND hwndCnr, BOOL partial, BOOL deselect, BOOL clearfirst, | 
|---|
|  | 31 | PCNRITEM pciParent, CHAR * filename, CHAR ** list); | 
|---|
| [1180] | 32 | VOID SetMask(CHAR * str, MASK * mask); | 
|---|
| [1169] | 33 | VOID SpecialSelect2(HWND hwndParent, INT action); | 
|---|
| [1180] | 34 | VOID UnHilite(HWND hwndCnr, BOOL all, CHAR *** list, ULONG ulItemsToUnHilite); | 
|---|
| [1169] | 35 |  | 
|---|
|  | 36 |  | 
|---|
|  | 37 | #endif // SELECT_H | 
|---|