X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..1f905dc575e7fecaa80da130abb82d8c4370b095:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 20ef449029..dabe34b326 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 */