00001 /*! \file wx/editor/editmod.h 00002 \brief all headers in the editor module 00003 \author Klaas Holwerda 00004 00005 Copyright: 2000-2004 (c) Klaas Holwerda 00006 00007 Licence: wxWidgets Licence 00008 00009 RCS-ID: $Id: editmod.h,v 1.13 2008/06/22 23:09:38 titato Exp $ 00010 */ 00011 00012 #ifndef __WXEDITT_H__ 00013 #define __WXEDITT_H__ 00014 00015 #if wxART2D_USE_CANEXTOBJ 00016 #include "wx/canextobj/canextmod.h" 00017 #endif //wxART2D_USE_CANEXTOBJ 00018 00019 #include "wx/canvas/canmod.h" 00020 00021 #include "wx/editor/canedit.h" 00022 #include "wx/editor/edit.h" 00023 #include "wx/editor/sttool.h" 00024 #include "wx/editor/sttool2.h" 00025 #include "wx/editor/strucdlg.h" 00026 #include "wx/editor/styledialg.h" 00027 #include "wx/editor/tooldlg.h" 00028 #include "wx/editor/execdlg.h" 00029 #include "wx/editor/layerdlg.h" 00030 #include "wx/editor/orderdlg.h" 00031 #include "wx/editor/identifydlg.h" 00032 #include "wx/editor/pathsettings.h" 00033 #include "wx/editor/settingsdlg.h" 00034 #include "wx/editor/transdlg.h" 00035 #include "wx/editor/doccancom.h" 00036 #include "wx/editor/execdlg.h" 00037 #include "wx/editor/groupdlg.h" 00038 #include "wx/editor/sttoolext.h" 00039 #include "wx/editor/candocproc.h" 00040 #include "wx/editor/canpropedit.h" 00041 #include "wx/editor/mastertool.h" 00042 #include "wx/editor/fontdlg.h" 00043 #include "wx/editor/canpropedit.h" 00044 00045 #endif 00046