Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
window_geometry_s Struct Reference

#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
 

Detailed Description

geometry values for use in window_get_geometry() and window_set_geometry()

Member Data Documentation

◆ height

gint window_geometry_s::height

the windows height

◆ key

gchar* window_geometry_s::key

current key in hashtable (internally used only)

◆ maximized

gboolean window_geometry_s::maximized

the windows maximized state

◆ set_maximized

gboolean window_geometry_s::set_maximized

set the maximized state

◆ set_pos

gboolean window_geometry_s::set_pos

set the x and y position values

◆ set_size

gboolean window_geometry_s::set_size

set the width and height values

◆ width

gint window_geometry_s::width

the windows width

◆ x

gint window_geometry_s::x

the windows x position

◆ y

gint window_geometry_s::y

the windows y position


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