]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxNB_LEFT,RIGHT,BOTTOM for notebook tab placement
authorJ. Russell Smyth <drfish@cox.net>
Wed, 29 Sep 1999 17:34:58 +0000 (17:34 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Wed, 29 Sep 1999 17:34:58 +0000 (17:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index aa70434c846c663319ec630d03c5679ccabe93f4..42dbd1e910c45d14fa1d2f99bd2d33dbacab7690 100644 (file)
@@ -949,6 +949,9 @@ enum wxStretch
  * wxNotebook flags
  */
 #define wxNB_FIXEDWIDTH       0x0008
+#define wxNB_LEFT             0x0020
+#define wxNB_RIGHT            0x0040
+#define wxNB_BOTTOM           0x0080
 
 /*
  * wxStatusBar95 flags