|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a funnel text window for use in the Lua scripting environment, tracking expiry and close callback state. More...
#include <wslua.h>
Public Attributes | |
| funnel_text_window_t * | ws_tw |
| bool | expired |
| void * | close_cb_data |
| char * | title |
Wraps a funnel text window for use in the Lua scripting environment, tracking expiry and close callback state.
| void* _wslua_tw::close_cb_data |
User-supplied data passed to the close callback when the window is closed.
| bool _wslua_tw::expired |
True if the text window has been closed and is no longer valid.
| char* _wslua_tw::title |
Title string of the text window.
| funnel_text_window_t* _wslua_tw::ws_tw |
The underlying funnel text window exposed to Lua.