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 // Get a system colour
30 static wxColour
GetSystemColour(int index
);
33 static wxFont
GetSystemFont(int index
);
35 // Get a system metric, e.g. scrollbar size
36 static int GetSystemMetric(int index
);