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

@@ -5,6 +5,18 @@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
enum wxRibbonPanelOption
{
wxRIBBON_PANEL_NO_AUTO_MINIMISE,
wxRIBBON_PANEL_EXT_BUTTON,
wxRIBBON_PANEL_MINIMISE_BUTTON,
wxRIBBON_PANEL_STRETCH,
wxRIBBON_PANEL_FLEXIBLE,
wxRIBBON_PANEL_DEFAULT_STYLE
};
/**
@class wxRibbonPanelEvent