1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 #ifndef __GTKSETTINGSH__
12 #define __GTKSETTINGSH__
19 #include "wx/gdicmn.h"
23 class WXDLLEXPORT wxSystemSettings
: public wxObject
26 inline wxSystemSettings(void) {}
28 inline static void Init() {}
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
);