comparison include/id.h @ 4:06342fc544e4

mouse gesture.
author pyon@macmini
date Mon, 15 Oct 2018 20:07:38 +0900
parents
children e3b10fb860b3
comparison
equal deleted inserted replaced
3:db4813125eb8 4:06342fc544e4
1 // Filename : id.h
2 // Last Change: 2018-10-12 ‹à 16:19:50.
3 //
4
5 #ifndef __ID_H__
6 #define __ID_H__
7
8 #include <wx/wx.h>
9
10 enum {
11 ID_MAIN = wxID_HIGHEST + 1,
12 ID_SEARCH,
13 ID_LIST,
14 ID_NBOOK,
15 ID_SLDR,
16 ID_TIMER,
17 ID_LOGOUT,
18 ID_TEST,
19 };
20
21 #endif // __ID_H__
22