示例#1
0
void MainWin::help_cb( Widget* w, void* data )
{
    MainWin* mw = (MainWin*) data;
    mw->help_cb_i();
}