Added dummy wxPG_THEME_BORDER style for backwards compatibility

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2009-09-14 15:17:50 +00:00
parent 36a2b429ae
commit c7994b5651

View 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
{