+ def SetBitmapHover(*args, **kwargs):
+ """
+ SetBitmapHover(self, Bitmap hover)
+
+ Sets the bitmap to be shown when the mouse is over the button. This function
+ is new since wxWidgets version 2.7.0 and the hover bitmap is currently only
+ supported in wxMSW.
+ """
+ return _controls_.BitmapButton_SetBitmapHover(*args, **kwargs)
+