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

@@ -297,3 +297,9 @@ public:
*/
void SetGalleryItem(wxRibbonGalleryItem* item);
};
wxEventType wxEVT_RIBBONGALLERY_HOVER_CHANGED;
wxEventType wxEVT_RIBBONGALLERY_SELECTED;
wxEventType wxEVT_RIBBONGALLERY_CLICKED;