Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wslua_tw Struct Reference

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_tws_tw
 
bool expired
 
void * close_cb_data
 
char * title
 

Detailed Description

Wraps a funnel text window for use in the Lua scripting environment, tracking expiry and close callback state.

Member Data Documentation

◆ close_cb_data

void* _wslua_tw::close_cb_data

User-supplied data passed to the close callback when the window is closed.

◆ expired

bool _wslua_tw::expired

True if the text window has been closed and is no longer valid.

◆ title

char* _wslua_tw::title

Title string of the text window.

◆ ws_tw

funnel_text_window_t* _wslua_tw::ws_tw

The underlying funnel text window exposed to Lua.


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