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