]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk/settings.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef __GTKSETTINGSH__
11 #define __GTKSETTINGSH__
18 #include "wx/gdicmn.h"
22 class wxSystemSettings
: public wxObject
25 inline wxSystemSettings() {}
27 inline static void Init() {}
30 // Get a system colour
31 static wxColour
GetSystemColour(int index
);
34 static wxFont
GetSystemFont(int index
);
36 // Get a system metric, e.g. scrollbar size
37 static int GetSystemMetric(int index
);