Made wxWindow::HasScrollbar() do what it says.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Aug 2009 11:18:09 +0000 (11:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Aug 2009 11:18:09 +0000 (11:18 +0000)
commitc5cc7fbd27fb53c36beb0ade36153ae48d9e961e
tree8a4d93b7319208cd9cb24a171301ae2894ab5890
parent4cd4a9ff70cdfdfc054747d7dae6101da3f94c03
Made wxWindow::HasScrollbar() do what it says.

Added wxWindow::CanScroll() with the old HasScrollbar() meaning but changed
HasScrollbar() to check for the scrollbar existence instead of just checking
if it might exist.

Closes #10897.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/window.h
interface/wx/window.h
src/common/wincmn.cpp