且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在没有事件的情况下直接在wxWidgets中调用事件处理程序方法

更新时间:2023-10-20 17:20:10

Methods passed to Event-Handlers are just ordinary c++ methods, you have to pass correct parametes something like this will do the trick

me_InsertCommentText(wxCommandEvent());