19 bool _first_in_modal_loop =
false;
33 _first_in_modal_loop =
true;
43 bool ret = _first_in_modal_loop;
44 _first_in_modal_loop =
false;
ThreadMutex * _modal_progress_work_mutex
Rights for the performing work.
bool IsFirstModalProgressLoop()
Check whether this is the first modal progress loop.
Definition of base types and functions in a cross-platform compatible way.
A number of safeguards to prevent using unsafe methods.
static ThreadMutex * New()
Create a new mutex.
ThreadMutex * _modal_progress_paint_mutex
Rights for the painting.
bool _in_modal_progress
Are we in a modal progress or not?
void SetModalProgress(bool state)
Set the modal progress state.