IM: im_counter.h File Reference

IM - An Imaging Tool

im_counter.h File Reference


Detailed Description

See Copyright Notice in im_lib.h

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)
int imCounterIncTo (int counter, int count)
void imCounterTotal (int counter, int total, const char *message)