]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/bitmap.h
Redirect SetFocus Part II.
[wxWidgets.git] / include / wx / os2 / bitmap.h
index 1260879e6ba10e17ea0cad109aa698c48c0a2f79..68efa967580514958d5a793a624d68807a257eba 100644 (file)
@@ -216,6 +216,9 @@ public:
     inline wxDC* GetSelectedInto() const
       { return (GetBitmapData() ? GetBitmapData()->m_pSelectedInto : (wxDC*) NULL); }
 
+    inline bool IsMono(void) const { return m_bIsMono; }
+
+
     // An OS/2 version that probably doesn't do anything like the msw version
     wxBitmap GetBitmapForDC(wxDC& rDc) const;
 
@@ -237,6 +240,7 @@ protected:
 private:
     bool CopyFromIconOrCursor(const wxGDIImage& rIcon);
 
+    bool                            m_bIsMono;
     DECLARE_DYNAMIC_CLASS(wxBitmap)
 }; // end of CLASS wxBitmap