]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/icon.h
Added wx/listbase.h with wxListCtrl types, so we can
[wxWidgets.git] / include / wx / motif / icon.h
index 4ddc46c3363c3a9667700ac7f34e868a303a670b..365e581757ecb7bc7c212368aff1f766b7247784 100644 (file)
@@ -45,6 +45,11 @@ public:
     
     bool LoadFile(const wxString& name, long flags = wxBITMAP_TYPE_XPM,
         int desiredWidth = -1, int desiredHeight = -1);
+
+    // create from bitmap (which should have a mask unless it's monochrome):
+    // there shouldn't be any implicit bitmap -> icon conversion (i.e. no
+    // ctors, assignment operators...), but it's ok to have such function
+    void CopyFromBitmap(const wxBitmap& bmp);
     
     inline wxIcon& operator = (const wxIcon& icon) { if (*this == icon) return (*this); Ref(icon); return *this; }
     inline bool operator == (const wxIcon& icon) const { return m_refData == icon.m_refData; }