1999-04-08 19:36:00 +00:00
|
|
|
#ifndef _WX_DRAGIMAG_H_BASE_
|
|
|
|
#define _WX_DRAGIMAG_H_BASE_
|
|
|
|
|
2001-07-02 10:45:16 +00:00
|
|
|
#if wxUSE_DRAGIMAGE
|
2001-06-26 20:59:19 +00:00
|
|
|
|
2002-04-17 11:48:11 +00:00
|
|
|
class WXDLLEXPORT wxRect;
|
|
|
|
class WXDLLEXPORT wxMemoryDC;
|
|
|
|
class WXDLLEXPORT wxDC;
|
|
|
|
|
1999-04-08 19:36:00 +00:00
|
|
|
#if defined(__WXMSW__)
|
2004-03-28 13:10:14 +00:00
|
|
|
# if defined(__WXUNIVERSAL__)
|
|
|
|
# include "wx/generic/dragimgg.h"
|
|
|
|
# define wxDragImage wxGenericDragImage
|
|
|
|
# else
|
|
|
|
# include "wx/msw/dragimag.h"
|
|
|
|
# endif
|
2000-03-01 11:05:49 +00:00
|
|
|
|
1999-04-08 19:36:00 +00:00
|
|
|
#elif defined(__WXMOTIF__)
|
2004-03-28 13:10:14 +00:00
|
|
|
# include "wx/generic/dragimgg.h"
|
|
|
|
# define wxDragImage wxGenericDragImage
|
2000-03-01 11:05:49 +00:00
|
|
|
|
1999-04-08 19:36:00 +00:00
|
|
|
#elif defined(__WXGTK__)
|
2004-03-28 13:10:14 +00:00
|
|
|
# include "wx/generic/dragimgg.h"
|
|
|
|
# define wxDragImage wxGenericDragImage
|
2000-03-01 11:05:49 +00:00
|
|
|
|
2002-02-05 16:34:33 +00:00
|
|
|
#elif defined(__WXX11__)
|
2004-03-28 13:10:14 +00:00
|
|
|
# include "wx/generic/dragimgg.h"
|
|
|
|
# define wxDragImage wxGenericDragImage
|
2002-02-05 16:34:33 +00:00
|
|
|
|
1999-04-08 19:36:00 +00:00
|
|
|
#elif defined(__WXMAC__)
|
2004-03-28 13:10:14 +00:00
|
|
|
# include "wx/generic/dragimgg.h"
|
|
|
|
# define wxDragImage wxGenericDragImage
|
2000-03-01 11:05:49 +00:00
|
|
|
|
1999-07-28 03:38:12 +00:00
|
|
|
#elif defined(__WXPM__)
|
2004-03-28 13:10:14 +00:00
|
|
|
# include "wx/generic/dragimgg.h"
|
|
|
|
# define wxDragImage wxGenericDragImage
|
2000-03-01 11:05:49 +00:00
|
|
|
|
1999-04-08 19:36:00 +00:00
|
|
|
#endif
|
|
|
|
|
2001-07-02 10:45:16 +00:00
|
|
|
#endif // wxUSE_DRAGIMAGE
|
2001-06-26 20:59:19 +00:00
|
|
|
|
1999-04-08 19:36:00 +00:00
|
|
|
#endif
|
|
|
|
// _WX_DRAGIMAG_H_BASE_
|