]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.
[wxWidgets.git] / include / wx / msw / statbmp.h
index 49734fd44311e4652bd852b12b712b646bc40869..31462f585de38e2290d7b158b04196502837fa0b 100644 (file)
@@ -78,13 +78,14 @@ public:
 
 protected:
     virtual wxBorder GetDefaultBorder() const;
+    virtual wxSize DoGetBestSize() const;
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
     // ctor/dtor helpers
-    void Init() { m_isIcon = TRUE; m_image = NULL; }
+    void Init() { m_isIcon = true; m_image = NULL; }
     void Free();
 
-    // TRUE if icon/bitmap is valid
+    // true if icon/bitmap is valid
     bool ImageIsOk() const;
 
     void SetImage(const wxGDIImage* image);