Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/id.h @ 4:06342fc544e4
mouse gesture.
author | pyon@macmini |
---|---|
date | Mon, 15 Oct 2018 20:07:38 +0900 |
parents | |
children | e3b10fb860b3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/id.h Mon Oct 15 20:07:38 2018 +0900 @@ -0,0 +1,22 @@ +// Filename : id.h +// Last Change: 2018-10-12 ‹à 16:19:50. +// + +#ifndef __ID_H__ +#define __ID_H__ + +#include <wx/wx.h> + +enum { + ID_MAIN = wxID_HIGHEST + 1, + ID_SEARCH, + ID_LIST, + ID_NBOOK, + ID_SLDR, + ID_TIMER, + ID_LOGOUT, + ID_TEST, +}; + +#endif // __ID_H__ +