Correct new wxStaticBox::Create() overload documentation
Fix the method name and update its description to mention that it's also available in wxMSW.
This commit is contained in:
@@ -146,13 +146,13 @@ public:
|
|||||||
|
|
||||||
See the constructor documentation for more details.
|
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
|
@c wxHAS_WINDOW_LABEL_IN_STATIC_BOX to check whether it can be used at
|
||||||
compile-time.
|
compile-time.
|
||||||
|
|
||||||
@since 3.1.1
|
@since 3.1.1
|
||||||
*/
|
*/
|
||||||
wxStaticBox(wxWindow* parent, wxWindowID id,
|
bool Create(wxWindow* parent, wxWindowID id,
|
||||||
wxWindow* label,
|
wxWindow* label,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
|
Reference in New Issue
Block a user