#include "wx/control.h"
#include "wx/dynarray.h"
+class wxRibbonBar;
class wxRibbonArtProvider;
class WXDLLIMPEXP_RIBBON wxRibbonControl : public wxControl
virtual bool Realize();
bool Realise() {return Realize();}
+ virtual wxRibbonBar* GetAncestorRibbonBar()const;
+
+ // Finds the best width and height given the parent's width and height
+ virtual wxSize GetBestSizeForParentSize(const wxSize& WXUNUSED(parentSize)) const { return GetBestSize(); }
+
protected:
wxRibbonArtProvider* m_art;