X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58614078c466cffaf0e5d0369741706f130fb793..b225f65995e9eccefe9b502568b1b8e40629cd1a:/include/wx/gtk1/settings.h diff --git a/include/wx/gtk1/settings.h b/include/wx/gtk1/settings.h index 2774b17709..901678da41 100644 --- a/include/wx/gtk1/settings.h +++ b/include/wx/gtk1/settings.h @@ -7,7 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKSETTINGSH__ #define __GTKSETTINGSH__ @@ -20,10 +19,10 @@ #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(); @@ -36,6 +35,9 @@ public: // Get a system metric, e.g. scrollbar size static int GetSystemMetric(int index); + + // Return true if the port can draw frame titlebar (i.e. doesn't need wxUniv for it) + static bool HasFrameDecorations() { return TRUE; } }; #endif