]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/statbmp.h
Give spin button the same height as the associated text control
[wxWidgets.git] / interface / statbmp.h
index 90d67b147daf7241628c6b407825829f0321ee27..dde41369503a09b30d0203393ba50d678409232d 100644 (file)
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{staticbitmap.png}
+    <!-- @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().