More likely to find the about.htm instructions now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-08-07 20:25:47 +00:00
parent 314a6446dd
commit 8cb0cbea44
2 changed files with 8 additions and 11 deletions

View File

@@ -23,13 +23,17 @@ public:
static const wxColour& BackgroundColour();
static const wxColour& TextColour();
static const wxBrush& BackgroundBrush();
const wxString& GetDir() const { return m_dir; }
private:
static wxColour* m_backgroundColour;
static wxColour* m_textColour;
static wxBrush* m_backgroundBrush;
wxString m_dir;
};
DECLARE_APP(FortyApp)
class FortyCanvas;
class FortyFrame: public wxFrame
{