{
}
+wxIcon::wxIcon(char **xpm)
+{
+}
+
wxIcon::wxIcon(const char WXUNUSED(bits)[], int WXUNUSED(width), int WXUNUSED(height))
{
}
{
UnRef();
- wxBitmapHandler *handler = FindHandler(type);
-
- if ( handler )
- return handler->LoadFile(this, filename, type, desiredWidth, desiredHeight);
- else
- return FALSE;
+ return FALSE;
}
void wxIcon::CopyFromBitmap(const wxBitmap& icno)