Add wxToolbook::EnablePage()
Add functions to enable or disable pages inside wxToolbook. Using the new functions you can present disabled icons so that the user can expect more functionality and you do not need to add/remove pages in different states. Closes https://github.com/wxWidgets/wxWidgets/pull/1038
This commit is contained in:
committed by
Vadim Zeitlin
parent
58f3dcf780
commit
974b7c0990
@@ -140,6 +140,7 @@ All (GUI):
|
||||
- Add wxDisplay::GetPPI().
|
||||
- Add wxJoystickEvent::GetButtonOrdinal() (Mick Phillips).
|
||||
- Add wxGraphicsContext::GetWindow() and implement wxGraphicsContext::GetDPI().
|
||||
- Add wxToolbook::EnablePage() (Stefan Ziegler).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user