]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/scrolwin.h
Make wxFILE_EXISTS_SYMLINK work on its own, without wxFILE_EXISTS_NO_FOLLOW.
[wxWidgets.git] / interface / wx / scrolwin.h
index 3d3f8f4717aaca5b1c7997d62096d3de641661ca..f7c3568b58cfecd966f9d7d789f31f8ea87718e3 100644 (file)
@@ -109,6 +109,9 @@ enum wxScrollbarVisibility
            scrollable only in vertical direction (by default, i.e. if neither
            this style nor ::wxHSCROLL is specified, it scrolls in both
            directions).
+    @style{wxALWAYS_SHOW_SB}
+           Since wxWidgets 2.9.5, specifying this style makes the window always
+           show its scrollbars, even if they are not used. See ShowScrollbars().
     @style{wxRETAINED}
            Uses a backing pixmap to speed refreshes. Motif only.
     @endStyleTable