lqr_progress_set_init, lqr_progress_set_update, lqr_progress_set_end — execude custom code during the resizing operations
#include <lqr.h>
LqrRetVal lqr_progress_set_init( | LqrProgress* | p, |
LqrProgressFuncInit | init_func) ; |
LqrRetVal lqr_progress_set_update( | LqrProgress* | p, |
LqrProgressFuncUpdate | update_func) ; |
LqrRetVal lqr_progress_set_end( | LqrProgress* | p, |
LqrProgressFuncEnd | end_func) ; |