X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..702723413ed52b1f538d9c8deab8abfa3f8beb9a:/demos/forty/forty.h?ds=inline diff --git a/demos/forty/forty.h b/demos/forty/forty.h index 3663738bc3..2b8a93005a 100644 --- a/demos/forty/forty.h +++ b/demos/forty/forty.h @@ -23,13 +23,17 @@ public: static const wxColour& BackgroundColour(); static const wxColour& TextColour(); static const wxBrush& BackgroundBrush(); + const wxString& GetHelpFile() const { return m_helpFile; } private: static wxColour* m_backgroundColour; static wxColour* m_textColour; static wxBrush* m_backgroundBrush; + wxString m_helpFile; }; +DECLARE_APP(FortyApp) + class FortyCanvas; class FortyFrame: public wxFrame {