im_counter.h File Reference
Detailed Description
See Copyright Notice in im_lib.h- Id
- im_counter.h,v 1.1 2005/04/02 22:07:00 scuri Exp
Go to the source code of this file.
Typedefs | |
| typedef int(* | imCounterCallback )(int counter, void *user_data, const char *text, int progress) |
Functions | |
| imCounterCallback | imCounterSetCallback (void *user_data, imCounterCallback counter_func) |
| int | imCounterBegin (const char *title) |
| void | imCounterEnd (int counter) |
| int | imCounterInc (int counter) |
| void | imCounterTotal (int counter, int total, const char *message) |