X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdc18790e34d17edfc02f3e25edcb3425b38a8a..2b84e565c6c26711e245bab5d4ce0fe1fe3e4078:/include/wx/mgl/settings.h diff --git a/include/wx/mgl/settings.h b/include/wx/mgl/settings.h index 5ecfa01f8e..49ca2427b1 100644 --- a/include/wx/mgl/settings.h +++ b/include/wx/mgl/settings.h @@ -36,6 +36,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