+ if (!GetParamValue(wxT("selected")).IsEmpty())
+ button->SetBitmapSelected(GetBitmap(wxT("selected")));
+ if (!GetParamValue(wxT("focus")).IsEmpty())
+ button->SetBitmapFocus(GetBitmap(wxT("focus")));
+ if (!GetParamValue(wxT("disabled")).IsEmpty())
+ button->SetBitmapDisabled(GetBitmap(wxT("disabled")));
+