// all image handlers are declared/defined in this file because the outside
// world doesn't have to know about them (but only about wxBITMAP_TYPE_XXX ids)
// all image handlers are declared/defined in this file because the outside
// world doesn't have to know about them (but only about wxBITMAP_TYPE_XXX ids)
// ----------------------------------------------------------------------------
static wxSize GetHiconSize(HICON hicon);
// ----------------------------------------------------------------------------
static wxSize GetHiconSize(HICON hicon);
AddHandler(new wxBMPResourceHandler);
AddHandler(new wxBMPFileHandler);
AddHandler(new wxICOResourceHandler);
AddHandler(new wxICOFileHandler);
AddHandler(new wxBMPResourceHandler);
AddHandler(new wxBMPFileHandler);
AddHandler(new wxICOResourceHandler);
AddHandler(new wxICOFileHandler);
// ----------------------------------------------------------------------------
// wxBitmap handlers
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxBitmap handlers
// ----------------------------------------------------------------------------