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

#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
 

Detailed Description

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

Member Data Documentation

◆ height

int window_geometry_s::height

the windows height

◆ key

char* window_geometry_s::key

current key in hashtable (internally used only)

◆ maximized

bool window_geometry_s::maximized

the windows maximized state

◆ qt_geom

char* window_geometry_s::qt_geom

hex bytestring from Qt's saveGeometry()

◆ set_maximized

bool window_geometry_s::set_maximized

set the maximized state

◆ set_pos

bool window_geometry_s::set_pos

set the x and y position values

◆ set_size

bool window_geometry_s::set_size

set the width and height values

◆ width

int window_geometry_s::width

the windows width

◆ x

int window_geometry_s::x

the windows x position

◆ y

int window_geometry_s::y

the windows y position


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