gtk.requisition

Module for Requisition struct

Types 1

A gtk.requisition.Requisition 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 [gtk.requisition.Requisition]. Returns: a copy of requisition