X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3622daa901777a33969d8bc04e2d62dee14d164..bd73ba41f93a040ecf9c18040d7f788992d0a6ec:/include/wx/gtk/settings.h?ds=sidebyside diff --git a/include/wx/gtk/settings.h b/include/wx/gtk/settings.h index b446e86b1f..901678da41 100644 --- a/include/wx/gtk/settings.h +++ b/include/wx/gtk/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,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(); @@ -37,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