wxObject *wxBitmapXmlHandler::DoCreateResource()
{
+ // NB: empty parameter name means "take directly from this node's next
+ // instead of from subnode with given name"
return new wxBitmap(GetBitmap(wxEmptyString));
}
wxObject *wxIconXmlHandler::DoCreateResource()
{
+ // NB: empty parameter name means "take directly from this node's next
+ // instead of from subnode with given name"
return new wxIcon(GetIcon(wxEmptyString));
}