]>
git.saurik.com Git - wxWidgets.git/blob - demos/forty/forty.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Forty Thieves patience game
4 // Author: Chris Breeze
8 // Copyright: (c) 1993-1998 Chris Breeze
9 // Licence: wxWindows licence
10 //---------------------------------------------------------------------------
11 // Last modified: 22nd July 1998 - ported to wxWindows 2.0
12 /////////////////////////////////////////////////////////////////////////////
16 class FortyApp
: public wxApp
21 static const wxColour
& BackgroundColour();
22 static const wxColour
& TextColour();
23 static const wxBrush
& BackgroundBrush();
26 static wxColour
* m_backgroundColour
;
27 static wxColour
* m_textColour
;
28 static wxBrush
* m_backgroundBrush
;