musicus mpd client 0.1d
|
#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 |
window information struct which contains all that is necessary to know about a window
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