PDA

View Full Version : wxButton event hover?



djbushido
February 8th, 2010, 08:56 PM
Is there a way to generate an event when the mouse is over a button in wxWidgets? I'm trying to update a status bar with a description of what the button does, but I can't find any button events other than wxEVT_COMMAND_BUTTON_CLICKED.
Thanks!