Tyro/src/widgets/widget.h

20 lines
344 B
C
Raw Normal View History

/**
* Common header for widgets
*/
2016-01-13 09:29:09 -05:00
#pragma once
2015-05-08 16:01:36 -04:00
// Common wxWidgets stuff
2015-07-07 10:01:17 -04:00
#include "src/wx_common.h"
2015-05-08 16:01:36 -04:00
// Base widgets
#include <wx/aboutdlg.h>
#include <wx/fdrepdlg.h>
#include <wx/aui/aui.h>
#include <wx/stc/stc.h>
#include <wx/dir.h>
#include <wx/dirctrl.h>
#include <wx/fontpicker.h>
2015-07-07 10:01:17 -04:00
#include <wx/treelist.h>
#include <wx/preferences.h>
2015-10-29 13:55:01 -04:00