Added automatic dialog scrolling ability
Added ability to resize wizard bitmaps automatically Made it easier to derive from wxWizard and override behaviour, mainly by making members protected instead of private git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -249,6 +249,12 @@ All (GUI):
|
||||
to wxRichTextBuffer to reduce wxFont consumption and increase performance.
|
||||
- Optimize wxGenericTreeCtrl::Collapse/ExpandAllChildren(). (Szczepan Holyszewski)
|
||||
- Added <scrollrate> parameter to wxScrolledWindow XRC handler.
|
||||
- Added support for automatic dialog scrolling, via the new wxDialogLayoutAdapter
|
||||
class and various new wxDialog functions. See the topic "Automatic Scrolling
|
||||
Dialogs" in the manual for further details.
|
||||
- Added support for resizing wxWizard bitmaps to the current page height,
|
||||
via SetBitmapPlacement, SetBitmapBackgroundColour and SetMinimumBitmapWidth.
|
||||
Also made it easier to derive from wxWizard and override behaviour.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user