|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a GUI progress dialog for control from the Lua scripting environment. More...
#include <wslua.h>
Public Attributes | |
| struct progdlg * | pw |
| char * | title |
| char * | task |
| bool | stopped |
Wraps a GUI progress dialog for control from the Lua scripting environment.
| struct progdlg* _wslua_progdlg::pw |
The underlying GUI progress dialog handle.
| bool _wslua_progdlg::stopped |
True if the user has requested that the operation be stopped or cancelled.
| char* _wslua_progdlg::task |
Description of the current task shown in the progress dialog.
| char* _wslua_progdlg::title |
Title string displayed in the progress dialog window.