1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxSystemSettings class
4 // Author: David Webster
8 // Copyright: (c) AUTHOR
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_SETTINGS_H_
13 #define _WX_SETTINGS_H_
16 #include "wx/colour.h"
20 class WXDLLEXPORT wxSystemSettings
: public wxObject
23 inline wxSystemSettings() {}
24 static wxColour
GetSystemColour(int index
);
25 static wxFont
GetSystemFont(int index
);
26 static int GetSystemMetric(int index
);
27 static bool GetCapability(int index
);
28 }; // end of CLASS wxSystemSettings