]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxNB_TOP
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 12 Oct 2004 14:43:04 +0000 (14:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 12 Oct 2004 14:43:04 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/xrc/xh_notbk.cpp

index 5248793026e29af0cfaefa808a1e2b61dab4ec97..f6d646786f029ac7bf82cd41dd1a411c231376af 100644 (file)
@@ -35,6 +35,7 @@ wxNotebookXmlHandler::wxNotebookXmlHandler()
     XRC_ADD_STYLE(wxNB_FIXEDWIDTH);
     XRC_ADD_STYLE(wxNB_LEFT);
     XRC_ADD_STYLE(wxNB_RIGHT);
+    XRC_ADD_STYLE(wxNB_TOP);
     XRC_ADD_STYLE(wxNB_BOTTOM);
     AddWindowStyles();
 }