Struct
Gtk.Requisition
Description [src]
struct GtkRequisition {
int width;
int 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 |
the widget’s desired width |
height |
the widget’s desired height |
Constructors
gtk_requisition_new
Allocates a new GtkRequisition
.
Instance methods
gtk_requisition_copy
Copies a GtkRequisition
.
gtk_requisition_free
Frees a GtkRequisition
.