Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_wslua_progdlg Struct Reference

Wraps a GUI progress dialog for control from the Lua scripting environment. More...

#include <wslua.h>

Public Attributes

struct progdlgpw
char * title
char * task
bool stopped

Detailed Description

Wraps a GUI progress dialog for control from the Lua scripting environment.

Member Data Documentation

◆ pw

struct progdlg* _wslua_progdlg::pw

The underlying GUI progress dialog handle.

◆ stopped

bool _wslua_progdlg::stopped

True if the user has requested that the operation be stopped or cancelled.

◆ task

char* _wslua_progdlg::task

Description of the current task shown in the progress dialog.

◆ title

char* _wslua_progdlg::title

Title string displayed in the progress dialog window.


The documentation for this struct was generated from the following file: