From 564df77283e4f88f4e85c6592dcebd02b44285ac Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 13 Jan 2018 22:26:07 +0100 Subject: [PATCH] Correct new wxStaticBox::Create() overload documentation Fix the method name and update its description to mention that it's also available in wxMSW. --- interface/wx/statbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/statbox.h b/interface/wx/statbox.h index c0fcac378e..f9174261d7 100644 --- a/interface/wx/statbox.h +++ b/interface/wx/statbox.h @@ -146,13 +146,13 @@ public: See the constructor documentation for more details. - Currently this overload is only available in wxGTK, use + Currently this overload is only available in wxGTK and wxMSW, use @c wxHAS_WINDOW_LABEL_IN_STATIC_BOX to check whether it can be used at compile-time. @since 3.1.1 */ - wxStaticBox(wxWindow* parent, wxWindowID id, + bool Create(wxWindow* parent, wxWindowID id, wxWindow* label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,