warning msgs
toolbar updates mdi fixes dnd works now Forty Thieves drawing optimization wxDF_Text constants ListCtrl bugs fixed memory leak work imrc now refers to home dir dcclient/memory leak fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -680,15 +680,22 @@ typedef enum {
|
||||
// Don't do parent client adjustments (for implementation only)
|
||||
#define wxSIZE_NO_ADJUSTMENTS 0x0008
|
||||
|
||||
// Clipboard formats
|
||||
// Numbers as per winuser.h
|
||||
# define wxCF_TEXT 1 /* CF_TEXT */
|
||||
# define wxCF_BITMAP 2 /* CF_BITMAP */
|
||||
# define wxCF_METAFILE 3 /* CF_METAFILEPICT */
|
||||
# define wxCF_DIB 8 /* CF_DIB */
|
||||
# define wxCF_OEMTEXT 7 /* CF_OEMTEXT */
|
||||
|
||||
// Data format for drag & drop and clipboard operations
|
||||
// numbers as per winuser.h
|
||||
|
||||
enum wxDataFormat
|
||||
{
|
||||
wxDF_TEXT = 1, /* CF_TEXT */
|
||||
wxDF_BITMAP = 2, /* CF_BITMAP */
|
||||
wxDF_METAFILE = 3, /* CF_METAFILEPICT */
|
||||
wxDF_DIB = 8, /* CF_DIB */
|
||||
wxDF_OEMTEXT = 7, /* CF_OEMTEXT */
|
||||
wxDF_FILENAME = 15 /* CF_HDROP */
|
||||
};
|
||||
|
||||
// Virtual keycodes
|
||||
|
||||
enum _Virtual_keycodes {
|
||||
WXK_BACK = 8,
|
||||
WXK_TAB = 9,
|
||||
@@ -872,8 +879,5 @@ typedef int (*WXFARPROC)();
|
||||
|
||||
#endif
|
||||
|
||||
// for drag & drop and clipboard operations
|
||||
typedef unsigned short wxDataFormat;
|
||||
|
||||
#endif
|
||||
// __WXDEFSH__
|
||||
|
Reference in New Issue
Block a user