Generalized wxScrolledWindow into wxScrolled<T> that can derive from
anything (typically wxPanel or wxWindow). Fixed generic wxListCtrl to use wxScrolled<wxWindow> - this fixes focus problems with label-editing text control. Fixes to wxScrolledWindow doxygen docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -308,6 +308,8 @@ All (GUI):
|
||||
- Added wxApp::SetNativeTheme() (Stefan H.).
|
||||
- Made wxSpinCtrl::Reparent() in MSW and generic versions (Angelo Mottola).
|
||||
- Freeze() and Thaw() now recursively freeze/thaw the children too.
|
||||
- Generalized wxScrolledWindow into wxScrolled<T> template that can derive
|
||||
from any window class, not just wxPanel.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user