]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/mgl/settings.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef __GTKSETTINGSH__
11 #define __GTKSETTINGSH__
14 #pragma interface "settings.h"
18 #include "wx/gdicmn.h"
22 // FIXME_MGL - probably belongs to wxUniversal
24 class wxSystemSettings
: public wxObject
27 inline wxSystemSettings() {}
29 inline static void Init() {}
32 // Get a system colour
33 static wxColour
GetSystemColour(int index
) {}
36 static wxFont
GetSystemFont(int index
) {}
38 // Get a system metric, e.g. scrollbar size
39 static int GetSystemMetric(int index
) {}