Develop and Download Open Source Software

Browse Subversion Repository

Contents of /old/mainmsg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (show annotations) (download)
Wed Jan 2 22:42:54 2008 UTC (16 years, 4 months ago) by tabasa
File MIME type: text/plain
File size: 899 byte(s)


1
2 #define resize() SendMessage(hmainwnd,WM_SIZE,0,0);
3 #define colorrefresh() {SendMessage(hList,WM_PAINT,0,0);SendMessage(hListL,WM_PAINT,0,0);}
4 #define reloadtab() { if(tab==1) reloadlocal(); else reloadremote(); }
5 #define reloadother() { if(tab==1) reloadremote(); else reloadlocal(); }
6 #define mainMsg( aa ) SendMessage(hmainwnd,WM_COMMAND, aa, 0)
7 #define mainWmMsg( aa ) SendMessage(hmainwnd, aa, 0, 0)
8 #define reloadlocal() mainMsg(IDM_R_DIRLOCAL)
9 #define reloadremote() mainMsg(IDM_R_DIRREMOTE)
10 #define reloadbothdir() mainMsg(IDM_RELOAD_BOTH)
11 #define msgCpy() mainMsg(IDM_COPY)
12 #define msgUp() mainMsg(IDM_UPLOAD)
13 #define msgDown() mainMsg(IDM_DOWNLOAD)
14 #define msgDel() mainMsg(IDM_DELFILELOCAL)
15 #define msgRoot() mainMsg(IDM_ROOTDIR)
16 #define msgDrive() mainMsg(IDM_LOCALDRIVE)
17 #define msgQuit() mainMsg(IDM_END)
18 #define msgEdit() mainMsg(IDM_EDIT)
19 #define msgWinmode() mainMsg(IDM_WINMODE)
20

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