]> git.saurik.com Git - wxWidgets.git/commitdiff
Added dummy wxPG_THEME_BORDER style for backwards compatibility
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 14 Sep 2009 15:17:50 +0000 (15:17 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 14 Sep 2009 15:17:50 +0000 (15:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h

index 75786e85ba4451922b00b68d0863dc9dbdec8749..e5cb9d741dabcce08ad12a3b0cfe0e26bb4cae79 100644 (file)
@@ -183,11 +183,19 @@ wxPG_TOOLBAR                        = 0x00001000,
 */
 wxPG_DESCRIPTION                    = 0x00002000,
 
-/** wxPropertyGridManager only: don't show an internal border around the property grid
+/** wxPropertyGridManager only: don't show an internal border around
+    the property grid.
 */
 wxPG_NO_INTERNAL_BORDER             = 0x00004000
 };
 
+#if wxPG_COMPATIBILITY_1_4
+    // In wxPG 1.4 this was used to enable now-default theme border support
+    // in wxPropertyGridManager.
+    #define wxPG_THEME_BORDER           0x00000000
+#endif
+
+
 enum wxPG_EX_WINDOW_STYLES
 {