X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6e329cfbc4f07839e83ae82c7214e63f020eb92..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/settings.h diff --git a/interface/wx/settings.h b/interface/wx/settings.h index 7b2ebc087a..cec68d3332 100644 --- a/interface/wx/settings.h +++ b/interface/wx/settings.h @@ -217,8 +217,9 @@ enum wxSystemScreenType @class wxSystemSettings wxSystemSettings allows the application to ask for details about the system. - This can include settings such as standard colours, fonts, - and user interface element sizes. + + This can include settings such as standard colours, fonts, and user interface + element sizes. @library{wxcore} @category{cfg} @@ -238,13 +239,23 @@ public: /** Returns a system colour. - @a index can be one of the ::wxSystemColour enum values. + + @param index + Can be one of the ::wxSystemColour enum values. + + @return + The returned colour is always valid. */ static wxColour GetColour(wxSystemColour index); /** Returns a system font. - @a index can be one of the ::wxSystemFont enum values. + + @param index + Can be one of the ::wxSystemFont enum values. + + @return + The returned font is always valid. */ static wxFont GetFont(wxSystemFont index);