git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6723
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/control.h"
#include "wx/event.h"
#include "wx/control.h"
#include "wx/event.h"
-#include "wx/imaglist.h"
+class WXDLLEXPORT wxTextCtrl;
+class WXDLLEXPORT wxImageList;
+
/*
The wxListCtrl can show lists of items in four different modes:
wxLC_LIST: multicolumn list view, with optional small icons (icons could be
/*
The wxListCtrl can show lists of items in four different modes:
wxLC_LIST: multicolumn list view, with optional small icons (icons could be
+ #include "wx/app.h"
+ #include "wx/textctrl.h"
+ #include "wx/imaglist.h"
+ #include "wx/intl.h"
+ #include "wx/log.h"
+ #include "wx/settings.h"
#include "wx/msw/private.h"
#include "wx/msw/private.h"