X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..884d770ab530ad81943366cd6c1588d9c0602b38:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 20ef449029..0924a27fdb 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -531,6 +531,12 @@ typedef void (*wxFunction) (wxObject&, wxEvent&); #define wxTAB_FIXEDWIDTH 0x0008 #define wxTAB_OWNERDRAW 0x0010 +// Sorry, I changed my mind about these names... +#define wxTC_MULTILINE 0x0000 +#define wxTC_RIGHTJUSTIFY 0x0004 +#define wxTC_FIXEDWIDTH 0x0008 +#define wxTC_OWNERDRAW 0x0010 + /* * wxStatusBar95 flags */ @@ -857,5 +863,8 @@ typedef int (*WXFARPROC)(); #endif +// for drag & drop and clipboard operations +typedef unsigned short wxDataFormat; + #endif // __WXDEFSH__