1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
7 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
12 #ifndef __GTKSETTINGSH__
13 #define __GTKSETTINGSH__
20 #include "wx/gdicmn.h"
24 class WXDLLEXPORT wxSystemSettings
: public wxObject
27 inline wxSystemSettings(void) {}
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
);