Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum.
Change wxPrintData::SetOrientation() to take wxPrintOrientation instead of int. Closes #11393. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -360,6 +360,8 @@ Deprecated methods and their replacements
|
||||
- wxValidator::SetBellOnError() incorrectly interpreted its argument (it
|
||||
disabled the bell when it was true) and was replaced by SuppressBellOnError()
|
||||
with more expected semantics.
|
||||
- wxPORTRAIT and wxLANDSCAPE are now elements of wxPrintOrientation enum and
|
||||
wxPrintData::SetOrientation(int) takes wxPrintOrientation and not int.
|
||||
|
||||
|
||||
Major new features in this release
|
||||
|
Reference in New Issue
Block a user