How do i add a click event handler to a button
Posted: Fri Nov 09, 2012 5:46 am
How do i add a click event handler to a button, which i am adding using this command
wxDialog dlg(this, wxID_ANY, wxString(_("Image Display Settings")));
ShuttleGui S(&dlg, eIsCreating);
wxButton *btnBrowse;
btnBrowse = S.AddButton(_("Select Directory..."),false);
Any help will be great and if i need to post a new question plz let me know as well.
Thanks
wxDialog dlg(this, wxID_ANY, wxString(_("Image Display Settings")));
ShuttleGui S(&dlg, eIsCreating);
wxButton *btnBrowse;
btnBrowse = S.AddButton(_("Select Directory..."),false);
Any help will be great and if i need to post a new question plz let me know as well.
Thanks