X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c4f71cc3d63fb7bdfbd6cec3e39c8a8679f3e60..6695f8f8260b32219b42294531bfb7e2396cceef:/interface/statbmp.h diff --git a/interface/statbmp.h b/interface/statbmp.h index 90d67b147d..dde4136950 100644 --- a/interface/statbmp.h +++ b/interface/statbmp.h @@ -18,14 +18,18 @@ @library{wxcore} @category{ctrl} - @appearance{staticbitmap.png} + @see wxStaticBitmap, wxStaticBox */ class wxStaticBitmap : public wxControl { public: - //@{ + /** + Default constructor + */ + wxStaticBitmap(); + /** Constructor, creating and showing a static bitmap control. @@ -46,14 +50,12 @@ public: @see Create() */ - wxStaticBitmap(); wxStaticBitmap(wxWindow* parent, wxWindowID id, const wxBitmap& label, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "staticBitmap"); - //@} /** Creation function, for two-step construction. For details see wxStaticBitmap().