From 8eda3cb854c050f5e7b11dc874f53c640bb78f13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 18 Jan 2000 09:17:58 +0000 Subject: [PATCH] added wxHTML_ALIGN_JUSTIFY git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmldefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 20d945171a..f0c758d433 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -22,6 +22,7 @@ #define wxHTML_ALIGN_LEFT 0x0000 #define wxHTML_ALIGN_RIGHT 0x0002 +#define wxHTML_ALIGN_JUSTIFY 0x0010 #define wxHTML_ALIGN_TOP 0x0004 #define wxHTML_ALIGN_BOTTOM 0x0008 -- 2.45.2