source: trunk/dll/select.h@ 1180

Last change on this file since 1180 was 1180, checked in by John Small, 17 years ago

Ticket 187: Draft 2: Move remaining function declarations

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