From: Václav Slavík Date: Fri, 1 Jun 2001 12:23:46 +0000 (+0000) Subject: added wxBU_* styles X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a3246852683c2619983589df3986ff4407fa3f04?ds=inline added wxBU_* styles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/xml/xh_bttn.cpp b/contrib/src/xml/xh_bttn.cpp index b0c31f12c1..7e742067cf 100644 --- a/contrib/src/xml/xh_bttn.cpp +++ b/contrib/src/xml/xh_bttn.cpp @@ -26,6 +26,10 @@ wxButtonXmlHandler::wxButtonXmlHandler() : wxXmlResourceHandler() { + ADD_STYLE(wxBU_LEFT); + ADD_STYLE(wxBU_RIGHT); + ADD_STYLE(wxBU_TOP); + ADD_STYLE(wxBU_BOTTOM); AddWindowStyles(); }