X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..b1d66b5415f7befb45e050d7097571642b8bfa56:/include/wx/gtk1/settings.h diff --git a/include/wx/gtk1/settings.h b/include/wx/gtk1/settings.h index 7b801bbb81..0292adb6f0 100644 --- a/include/wx/gtk1/settings.h +++ b/include/wx/gtk1/settings.h @@ -2,13 +2,11 @@ // Name: settings.h // Purpose: // Author: Robert Roebling -// Created: 01/02/97 -// Id: -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Id: $Id$ +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKSETTINGSH__ #define __GTKSETTINGSH__ @@ -21,10 +19,13 @@ #include "wx/pen.h" #include "wx/font.h" -class WXDLLEXPORT wxSystemSettings: public wxObject +class wxSystemSettings: public wxObject { public: - inline wxSystemSettings(void) {} + inline wxSystemSettings() {} + + inline static void Init() {} + static void Done(); // Get a system colour static wxColour GetSystemColour(int index); @@ -34,6 +35,9 @@ public: // Get a system metric, e.g. scrollbar size static int GetSystemMetric(int index); + + // Return true if the port has certain feature + static bool GetCapability(int index); }; #endif