+ wxCHECK_MSG( Ok(), -1, wxT("invalid icon") );
+
+ 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){
+