musicus mpd client 0.1d
Data Fields
WinInfo Struct Reference

#include <definitions_gtk.h>

Data Fields

GtkWidget * win
 the window widget
int window_creation_finished
 variable which indicates the status of the window creation process
struct {
   gchar   geom [GEOM_LEN]
 X-geometry string of the form widthxheight+x+y.
   gboolean   filled
 is the information in geom valid?
characteristics

Detailed Description

window information struct which contains all that is necessary to know about a window


Field Documentation

struct { ... } WinInfo::characteristics
gboolean WinInfo::filled

is the information in geom valid?

gchar WinInfo::geom[GEOM_LEN]

X-geometry string of the form widthxheight+x+y.

GtkWidget* WinInfo::win

the window widget

variable which indicates the status of the window creation process

this variable is set to 0 when the creation of a interface main window begins, and set to 1 when it finishes


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines