From 6917fd5deeddefd48d2d3d60720ca3700d8a5bdf Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 21 Apr 2000 19:14:46 +0000 Subject: [PATCH] Added some wxBU_... justification styles (WIN32 only) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/defs.h b/include/wx/defs.h index 57918e7389..ca96e9e6e5 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1057,6 +1057,10 @@ enum wxStretch */ #define wxBU_AUTODRAW 0x0004 #define wxBU_NOAUTODRAW 0x0000 +#define wxBU_LEFT 0x0040 +#define wxBU_TOP 0x0080 +#define wxBU_RIGHT 0x0100 +#define wxBU_BOTTOM 0x0200 /* * wxTreeCtrl flags