view include/common.h @ 3:eea479fc2a28 default tip

redesign form.
author pyon@macmini
date Sun, 25 Nov 2012 12:59:11 +0900
parents 7c3921bf511e
children
line wrap: on
line source

// Filename   : common.h
// Last Change: 25-Nov-2012.
//
#ifndef __COMMON_H__
#define __COMMON_H__

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

#include <wx/wx.h>
#include <wx/string.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/icon.h>
#include <wx/menu.h>
#include <wx/gdicmn.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/statbmp.h>
#include <wx/textctrl.h>
#include <wx/listctrl.h>
#include <wx/button.h>
#include <wx/sizer.h>
#include <wx/panel.h>
#include <wx/stattext.h>
#include <wx/combobox.h>
#include <wx/tglbtn.h>
#include <wx/richtext/richtextctrl.h>
#include "wx/fswatcher.h"
#include <wx/frame.h>
#include <wx/dialog.h>
#include <wx/dir.h>
#include <wx/regex.h>
#include <wx/stdpaths.h>
#include <wx/config.h>
#include <wx/fileconf.h>
#include <wx/filepicker.h>
#include <wx/srchctrl.h>
#include <wx/gbsizer.h>
#include <wx/window.h>

#endif

#endif  // __COMMON_H__