view include/common.h @ 15:de222bc84e48

Implement Mouse Gesture in Preview Dialog.
author pyon@macmini
date Sun, 15 Jun 2014 16:45:52 +0900
parents 52958cd4a073
children 92188f60323d
line wrap: on
line source

// Filename   : common.h
// Last Change: 05-Jun-2014.
//
#ifndef __COMMON_H__
#define __COMMON_H__

#include "wx/wxprec.h"
 
#ifndef WX_PRECOMP

#include <wx/artprov.h>
#include <wx/bitmap.h>
#include <wx/button.h>
#include <wx/calctrl.h>
#include <wx/colour.h>
#include <wx/dialog.h>
#include <wx/font.h>
#include <wx/frame.h>
#include <wx/gdicmn.h>
#include <wx/icon.h>
#include <wx/image.h>
#include <wx/checkbox.h>
#include <wx/listctrl.h>
#include <wx/menu.h>
#include <wx/panel.h>
#include <wx/richtext/richtextctrl.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/splitter.h>
#include <wx/srchctrl.h>
#include <wx/notebook.h>
#include <wx/statbmp.h>
#include <wx/stattext.h>
#include <wx/statusbr.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/textfile.h>
#include <wx/tokenzr.h>
#include <wx/msgdlg.h>
#include <wx/filedlg.h>
#include <wx/progdlg.h>
#include <wx/grid.h>
#include <wx/regex.h>
#include <wx/dir.h>
#include <wx/print.h>
#include <wx/filepicker.h>
#include <wx/clipbrd.h>
#include <wx/html/htmprint.h>
#include <wx/datectrl.h>
#include <wx/xrc/xmlres.h>

#endif

#endif  // __COMMON_H__