|
GLG Toolkit, C / C++ API Library
Version 4.6
|
These platform-independent callbacks can be used for animating drawings with live data. More...
These platform-independent callbacks can be used for animating drawings with live data.
Typedefs | |
| typedef void(* | GlgTimerProc) (GlgAnyType client_data, GlgIntervalID *timer_id) |
| A platform-independent timer callback installed via GlgAddTimeOut. More... | |
| typedef GlgBoolean(* | GlgWorkProc) (GlgAnyType client_data) |
| A platform-independent work procedure callback installed via GlgAddWorkProc. More... | |
| typedef void(* GlgTimerProc) (GlgAnyType client_data, GlgIntervalID *timer_id) |
A platform-independent timer callback installed via GlgAddTimeOut.
| client_data | The client data supplied when the timer was added. |
| timer_id | A pointer to the timer id. |
| typedef GlgBoolean(* GlgWorkProc) (GlgAnyType client_data) |
A platform-independent work procedure callback installed via GlgAddWorkProc.
| client_data | The client data supplied when the work procedure was added. |
A work procedure must return quickly to avoid response time delays.