Implement wxMenuBar::EnableTop() for wxMSW and wxGTK.
This method was only available in wxUniv before and just always returned true in the other ports. Implement it for wxMSW and wxGTK too now and document it. Also add a unit test. Closes #795. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -466,6 +466,7 @@ All (GUI):
|
||||
- Add InsertXXXButton() to wxRibbonButtonBar and wxRibbonToolBar (Emilien Kia).
|
||||
- Allow enabling/disabling and toggling tools in wxRibbonToolBar (Emilien Kia).
|
||||
- Fix multiple item selection in generic wxTreeCtrl (Igor Korot).
|
||||
- Implement wxMenuBar::IsEnabledTop() for all major ports (Igor Korot).
|
||||
- Implement best size calculation for report mode wxListCtrl.
|
||||
|
||||
GTK:
|
||||
|
Reference in New Issue
Block a user