globalmapper.SetProgressCallback¶
- globalmapper.SetProgressCallback(GM_ProgressCallbackFunc aCallbackFunc) None [source]¶
Sets the function to call to report the progress of an operation, like the loading of a file. If a progress callback is provided, a progress dialog will not be shown, instead the callback function will be called. Pass None in for the callback function to restore the standard progress reporting dialog.
- Parameters
aCallbackFunc (GM_ProgressCallbackFunc) – The function to use to display progress
- Returns
Nothing
- Return type
None