Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkwidget.h>
Data Fields | |
int | width |
int | height |
GtkRequisition: @width: the widget’s desired width @height: the widget’s desired height
A GtkRequisition
represents the desired size of a widget. See GtkWidget’s geometry management section for more information.
Definition at line 91 of file gtkwidget.h.
int _GtkRequisition::height |
Definition at line 94 of file gtkwidget.h.
int _GtkRequisition::width |
Definition at line 93 of file gtkwidget.h.