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 _getGType() static nothrow
GType _gType() @property nothrow
void * boxCopy() nothrow
gtk.requisition.Requisition copy() nothrowCopies a [gtk.requisition.Requisition]. Returns: a copy of requisition