Develop and Download Open Source Software

Browse Subversion Repository

Contents of /filemv/mode.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (show annotations) (download)
Tue Mar 11 03:36:01 2008 UTC (16 years, 2 months ago) by tabasa
File MIME type: text/plain
File size: 659 byte(s)


1
2
3 _extern int mode;
4 _extern int ButtonMode;
5 _extern int MemoMode;
6 _extern int DirEditMode;
7 _extern int LeftTreeMode;
8
9
10 #define _HIDE 0
11 #define _SHOW 1
12 #define _ON 0
13 #define _OFF 1
14
15 #define W_MODE_INIT W_MODE_LISTnEDIT
16 #define W_MODE_MIN W_MODE_LISTnEDIT
17 #define W_MODE_LISTnEDIT 1
18 #define W_MODE_LIST 2
19 #define W_MODE_EDITONLY 3
20 #define W_MODE_MAX W_MODE_EDITONLY
21
22 void initmode();
23 void widemode();
24 void editmode();
25 void editonlymode();
26 void memomode(HWND);
27 void listmode();
28 void nextwinmode(int);
29 void buttonSw();
30 void DirEditSw();
31 void resetshowpic();
32 void MemoSw(HWND);
33 void MemoOff(HWND);
34 void MemoOff();
35 void treemode();
36 void setmode(int i);

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision
svn:mime-type text/plain

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26