WxButton

From WxWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

wxButton

Sending a wxEVT_COMMAND_BUTTON_CLICKED with wxPostEvent or GetEventHandler()->AddPendingEvent() will not make the button visually �click�, it will only call the event handler (thus you might just as well call the event handling directly, instead of using an event).

Not sure if it�s possible to make a wxButton visually click programmatically. If you know how, please edit this page :)

See also: official docs: wxButton