Corrected dataobj.h/.cpp, corrected listbox to use non-integral height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@90 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7c351dad14
commit
40e1a9c025
10 changed files with 25 additions and 47 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#if defined(__WINDOWS__)
|
||||
#include "wx/msw/ole/dropsrc.h"
|
||||
#include "wx/msw/ole/droptgt.h"
|
||||
#include "wx/msw/ole/dataobj.h"
|
||||
#elif defined(__MOTIF__)
|
||||
#elif defined(__GTK__)
|
||||
#include "wx/gtk/dnd.h"
|
||||
|
|
|
|||
|
|
@ -51,12 +51,8 @@ public:
|
|||
Max
|
||||
};
|
||||
|
||||
#ifdef __DEBUG__
|
||||
// function to return symbolic name of clipboard format (debug messages)
|
||||
static const char *GetFormatName(wxDataFormat format);
|
||||
#else // not used in release mode
|
||||
inline const char* GetFormatName(wxDataFormat format) { return ""; }
|
||||
#endif
|
||||
// function to return symbolic name of clipboard format (debug messages)
|
||||
static const char *GetFormatName(wxDataFormat format);
|
||||
|
||||
// ctor & dtor
|
||||
wxDataObject();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue