|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a button attached to a funnel text window, bundling its callback, data, and cleanup functions. More...
#include <funnel.h>
Public Attributes | |
| funnel_text_window_t * | tw |
| funnel_bt_cb_t | func |
| void * | data |
| void(* | free_fcn )(void *) |
| void(* | free_data_fcn )(void *) |
Represents a button attached to a funnel text window, bundling its callback, data, and cleanup functions.
| void* _funnel_bt_t::data |
User-supplied data passed to the button callback.
| void(* _funnel_bt_t::free_data_fcn) (void *) |
Function used to free the user-supplied data pointer.
| void(* _funnel_bt_t::free_fcn) (void *) |
Function used to free the button callback closure itself.
| funnel_bt_cb_t _funnel_bt_t::func |
Callback invoked when the button is clicked.
| funnel_text_window_t* _funnel_bt_t::tw |
The text window this button is associated with.