{
public:
inline wxSystemSettings() {}
-
- // Get a system colour
static wxColour GetSystemColour(int index);
-
- // Get a system font
static wxFont GetSystemFont(int index);
-
- // Get a system metric, e.g. scrollbar size
static int GetSystemMetric(int index);
-};
+}; // end of CLASS wxSystemSettings
#endif
// _WX_SETTINGS_H_