]> git.saurik.com Git - wxWidgets.git/commit
allow passing -1 range to SetScrollbar() to indicate the the scrollbar should be...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Dec 2008 21:58:05 +0000 (21:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Dec 2008 21:58:05 +0000 (21:58 +0000)
commit1ddb6d28576c3ab21f80d8a3815fcccb1545961c
treeee78df605c677cc605475e9747a3caacb3f7575a
parent938161a6a43cf463daae56cba5325aea573034f3
allow passing -1 range to SetScrollbar() to indicate the the scrollbar should be disabled and use this to implement wxSHOW_SB_ALWAYS in the generic wxScrollHelper

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/scrolwin.h
interface/wx/window.h
samples/scroll/scroll.cpp
src/generic/scrlwing.cpp
src/msw/window.cpp