paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] re: eventloop


From: Keith
Subject: [paragui-users] re: eventloop
Date: Mon, 28 Apr 2003 13:32:57 -0300

wel, firstly, no question is stupid if you don't know the answer....... so
here is the answer..


PARAGUI_CALLBAC(handle_idle){

    ... stuff here is called on every event loop....

    return true;
}

int main(){

    PG_Application app;

    .........

   app.EnableAppIdle(true);
   app.SetEventCallback(MSG_APPIDLE, handle_idle,...)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]