comparison include/common.h @ 19:868ccd73e238 v2.2dev

directory viewer
author pyon@macmini
date Tue, 25 Oct 2011 07:48:39 +0900
parents 6ed3b64ed39a
children c540dc3eabe5
comparison
equal deleted inserted replaced
18:f3463815c2c9 19:868ccd73e238
1 // Filename : common.h 1 // Filename : common.h
2 // Last Change: 23-Oct-2011. 2 // Last Change: 24-Oct-2011.
3 // 3 //
4 #ifndef __COMMON__ 4 #ifndef __COMMON__
5 #define __COMMON__ 5 #define __COMMON__
6 6
7 #include "wx/wxprec.h" 7 #include "wx/wxprec.h"
58 58
59 ID_TIMER, 59 ID_TIMER,
60 60
61 // param 61 // param
62 62
63 // dirview
64 ID_LISTCTRLALL,
65 ID_LISTCTRLTHUMB,
66 ID_BITMAPPREVIEW,
63 }; 67 };
64 68
65 #if defined(__WXMSW__) 69 #if defined(__WXMSW__)
66 #define MOVECMD wxT("move") 70 #define MOVECMD wxT("move")
67 #else 71 #else