]> git.saurik.com Git - wxWidgets.git/blame - include/wx/dragimag.h
added WM_UPDATEUISTATE and related stuff
[wxWidgets.git] / include / wx / dragimag.h
CommitLineData
7cf83330
JS
1#ifndef _WX_DRAGIMAG_H_BASE_
2#define _WX_DRAGIMAG_H_BASE_
3
fa8dca8d 4#if wxUSE_DRAGIMAGE
1e6feb95 5
387ebd3e
JS
6class WXDLLEXPORT wxRect;
7class WXDLLEXPORT wxMemoryDC;
8class WXDLLEXPORT wxDC;
9
7cf83330 10#if defined(__WXMSW__)
2b5f62a0 11#if defined(__WIN16__) || defined(__WXUNIVERSAL__)
68be9f09
JS
12#include "wx/generic/dragimgg.h"
13#define wxDragImage wxGenericDragImage
68be9f09 14
7cf83330
JS
15#else
16#include "wx/msw/dragimag.h"
17#endif
18#elif defined(__WXMOTIF__)
68be9f09
JS
19#include "wx/generic/dragimgg.h"
20#define wxDragImage wxGenericDragImage
68be9f09 21
7cf83330 22#elif defined(__WXGTK__)
68be9f09
JS
23#include "wx/generic/dragimgg.h"
24#define wxDragImage wxGenericDragImage
68be9f09 25
83df96d6
JS
26#elif defined(__WXX11__)
27#include "wx/generic/dragimgg.h"
28#define wxDragImage wxGenericDragImage
83df96d6 29
7cf83330 30#elif defined(__WXMAC__)
68be9f09
JS
31#include "wx/generic/dragimgg.h"
32#define wxDragImage wxGenericDragImage
68be9f09 33
1777b9bb 34#elif defined(__WXPM__)
68be9f09
JS
35#include "wx/generic/dragimgg.h"
36#define wxDragImage wxGenericDragImage
68be9f09 37
7cf83330
JS
38#endif
39
fa8dca8d 40#endif // wxUSE_DRAGIMAGE
1e6feb95 41
7cf83330
JS
42#endif
43 // _WX_DRAGIMAG_H_BASE_