mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-27 19:17:06 +08:00
Fix wxApp::SetAppearance() return type in the documentation
It returns AppearanceResult, not bool.
This commit is contained in:
+1
-1
@@ -1026,7 +1026,7 @@ public:
|
||||
|
||||
@since 3.3.0
|
||||
*/
|
||||
bool SetAppearance(Appearance appearance);
|
||||
AppearanceResult SetAppearance(Appearance appearance);
|
||||
|
||||
/**
|
||||
Set display mode to use. This is only used in framebuffer wxWidgets
|
||||
|
||||
Reference in New Issue
Block a user