Fix typos and missing items in the ribbon interface definitions

This commit is contained in:
Robin Dunn
2016-06-21 14:07:56 -07:00
parent 1802a57696
commit 5260de1471
7 changed files with 91 additions and 3 deletions

View File

@@ -562,3 +562,7 @@ public:
*/
bool PopupMenu(wxMenu* menu);
};
wxEventType wxEVT_RIBBONBUTTONBAR_CLICKED;
wxEventType wxEVT_RIBBONBUTTONBAR_DROPDOWN_CLICKED;