]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/mgl/settings.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Author: Vaclav Slavik
5 // Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef __GTKSETTINGSH__
10 #define __GTKSETTINGSH__
13 #pragma interface "settings.h"
17 #include "wx/gdicmn.h"
21 // FIXME_MGL - probably belongs to wxUniversal
23 class wxSystemSettings
: public wxObject
31 // Get a system colour
32 static wxColour
GetSystemColour(int index
);
35 static wxFont
GetSystemFont(int index
);
37 // Get a system metric, e.g. scrollbar size
38 static int GetSystemMetric(int index
);
40 // Return true if the port has certain feature
41 static bool GetCapability(int index
);