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
This commit is contained in:
@@ -391,6 +391,8 @@ All (GUI):
|
||||
- Added EVT_DATAVIEW_CACHE_HINT() event (Trigve).
|
||||
- Added wxLB_NO_SB style (implemented for MSW only; Dario Senic).
|
||||
- Added long version field to wxAboutDialogInfo (Jeff Tupper).
|
||||
- Added wxWindow::CanScroll() behaving like the old HasScrollbar() and made
|
||||
HasScrollbar() really check for the scrollbar existence.
|
||||
|
||||
GTK:
|
||||
|
||||
|
Reference in New Issue
Block a user