#include "wx/xt/colour.h"
#elif defined(__WXGTK__)
#include "wx/gtk/colour.h"
+#elif defined(__WXQT__)
+#include "wx/qt/colour.h"
#endif
// Standard cursors
WXDLLEXPORT_DATA(extern wxColourDatabase*) wxTheColourDatabase;
extern void WXDLLEXPORT wxInitializeStockObjects();
+extern void WXDLLEXPORT wxInitializeStockLists();
extern void WXDLLEXPORT wxDeleteStockObjects();
+extern void WXDLLEXPORT wxDeleteStockLists();
extern bool WXDLLEXPORT wxColourDisplay();
wxIcon *icon = new wxICON(wxbuild);
*/
+class WXDLLEXPORT wxResourceCache: public wxList
+{
+ DECLARE_DYNAMIC_CLASS(wxResourceCache)
+ public:
+ wxResourceCache();
+ wxResourceCache(const unsigned int the_key_type);
+ ~wxResourceCache();
+};
+
#endif
// __GDICMNH__