gtk.requisition

Module for Requisition struct

Types 1

A #GtkRequisition-struct represents the desired size of a widget. See GtkWidget’s geometry management section for more information.

Fields
int widththe widget’s desired width
int heightthe widget’s desired height
Methods
GType _gType() @property
void * boxCopy()
gtk.requisition.Requisition copy()Copies a #GtkRequisition. Returns: a copy of requisition