X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8e3449ceb699ff2f2ecc7670e8d68d42acff77a..33c5b54b68a276434b9924b3135bbd25ef0d290e:/include/wx/gtk/settings.h diff --git a/include/wx/gtk/settings.h b/include/wx/gtk/settings.h index 901678da41..0292adb6f0 100644 --- a/include/wx/gtk/settings.h +++ b/include/wx/gtk/settings.h @@ -36,8 +36,8 @@ 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; } + // Return true if the port has certain feature + static bool GetCapability(int index); }; #endif