]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/icon.cpp
reintroducing direct access, clipping to client area in dc
[wxWidgets.git] / src / mac / carbon / icon.cpp
index 796a5c8cdebcc435012f12117f8f5066234322f9..27cc3149d219eea3446930935f021dd99e32f747 100644 (file)
@@ -83,6 +83,22 @@ int wxIcon::GetHeight() const
    return M_ICONDATA->GetHeight();
 }
 
    return M_ICONDATA->GetHeight();
 }
 
+int wxIcon::GetDepth() const{
+       return 32; 
+}
+
+void wxIcon::SetDepth(int depth){
+       
+}
+
+void wxIcon::SetWidth(int width){
+       
+}
+
+void wxIcon::SetHeight(int height){
+       
+}
+
 bool wxIcon::Ok() const
 {
     return m_refData != NULL ;
 bool wxIcon::Ok() const
 {
     return m_refData != NULL ;