![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <ws_ui_util.h>
Public Attributes | |
gchar * | key |
gboolean | set_pos |
gint | x |
gint | y |
gboolean | set_size |
gint | width |
gint | height |
gboolean | set_maximized |
gboolean | maximized |
geometry values for use in window_get_geometry() and window_set_geometry()
gint window_geometry_s::height |
the windows height
gchar* window_geometry_s::key |
current key in hashtable (internally used only)
gboolean window_geometry_s::maximized |
the windows maximized state
gboolean window_geometry_s::set_maximized |
set the maximized state
gboolean window_geometry_s::set_pos |
set the x and y position values
gboolean window_geometry_s::set_size |
set the width and height values
gint window_geometry_s::width |
the windows width
gint window_geometry_s::x |
the windows x position
gint window_geometry_s::y |
the windows y position