source: trunk/dirsize.h@ 1194

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

Ticket 187: Set properties and improve comments

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 815 bytes
Line 
1
2/***********************************************************************
3
4 $Id: dirsize.h 1194 2008-09-11 12:47:30Z jbs $
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(DIRSIZE_H)
16#define DIRSIZE_H
17
18
19#define DIRSIZE_FRAME 100
20#define DIRSIZE_LISTBOX 101
21#define DIRSIZE_LABEL 102
22#define DIRSIZE_UNITSFREE 103
23#define DIRSIZE_UNITSIZE 104
24#define DIRSIZE_PERCENT 105
25#define DIRSIZE_BYTESUSED 106
26#define DIRSIZE_BYTESFREE 107
27#define DIRSIZE_UNITSUSED 108
28#define DIRSIZE_IFS 109
29#define DIRSIZE_LOCAL 110
30#define DIRSIZE_SLIDER 111
31
32
33#endif // DIRSIZE_H
Note: See TracBrowser for help on using the repository browser.