X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adaaa68635b4c8a4d8c5284add40366ea3eefb07..157a8f700278715161c66a418124459a6dc501dc:/interface/wx/statbox.h?ds=inline diff --git a/interface/wx/statbox.h b/interface/wx/statbox.h index c612133138..a0aa6ad295 100644 --- a/interface/wx/statbox.h +++ b/interface/wx/statbox.h @@ -24,7 +24,7 @@ @library{wxcore} @category{ctrl} - + @appearance{staticbox.png} @see wxStaticText */ @@ -35,7 +35,7 @@ public: Default constructor */ wxStaticBox(); - + /** Constructor, creating and showing a static box. @@ -46,11 +46,11 @@ public: @param label Text to be displayed in the static box, the empty string for no label. @param pos - Window position. If wxDefaultPosition is specified then a default - position is chosen. + Window position. + If wxDefaultPosition is specified then a default position is chosen. @param size - Checkbox size. If the size (-1, -1) is specified then a default size is - chosen. + Checkbox size. + If wxDefaultSize is specified then a default size is chosen. @param style Window style. See wxStaticBox. @param name @@ -71,8 +71,8 @@ public: virtual ~wxStaticBox(); /** - Creates the static box for two-step construction. See wxStaticBox() - for further details. + Creates the static box for two-step construction. + See wxStaticBox() for further details. */ bool Create(wxWindow* parent, wxWindowID id, const wxString& label,