view 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 source

// 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__