X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..470caaf9df1fe6796e6efc7ec17b627bb0180aff:/include/wx/generic/sashwin.h?ds=sidebyside diff --git a/include/wx/generic/sashwin.h b/include/wx/generic/sashwin.h index 847a4054a5..d1dfdbfefb 100644 --- a/include/wx/generic/sashwin.h +++ b/include/wx/generic/sashwin.h @@ -54,7 +54,9 @@ public: * wxSashWindow flags */ -#define wxSW_3D 0x0004 +#define wxSW_NOBORDER 0x0000 +#define wxSW_3D 0x0010 +#define wxSW_BORDER 0x0020 /* * wxSashWindow allows any of its edges to have a sash which can be dragged