Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <ws_ui_util.h>
Public Attributes | |
char * | key |
bool | set_pos |
int | x |
int | y |
bool | set_size |
int | width |
int | height |
bool | set_maximized |
bool | maximized |
char * | qt_geom |
geometry values for use in window_get_geometry() and window_set_geometry()
int window_geometry_s::height |
the windows height
char* window_geometry_s::key |
current key in hashtable (internally used only)
bool window_geometry_s::maximized |
the windows maximized state
char* window_geometry_s::qt_geom |
hex bytestring from Qt's saveGeometry()
bool window_geometry_s::set_maximized |
set the maximized state
bool window_geometry_s::set_pos |
set the x and y position values
bool window_geometry_s::set_size |
set the width and height values
int window_geometry_s::width |
the windows width
int window_geometry_s::x |
the windows x position
int window_geometry_s::y |
the windows y position