Struct
GtkRequisition
Description [src]
struct GtkRequisition {
gint width;
gint height;
}
A GtkRequisition-struct represents the desired size of a widget. See
[GtkWidget’s geometry management section][geometry-management] for
more information.
Structure members
width:gintThe widget’s desired width.
height:gintThe widget’s desired height.
Constructors
gtk_requisition_new
Allocates a new GtkRequisition-struct and initializes its elements to zero.
since: 3.0