Package: gtk

GBoxed gtk:requisition

Declaration

(glib:define-gboxed-cstruct requisition "GtkRequisition"
  (:export t
   :type-initializer "gtk_requistion_get_type")
  (width :int :initform 0)
  (height :int :initform 0))  

Values

width
The integer with the desired width of the widget.
height
The integer with the desired height of the widget.

Details

The gtk:requisition structure represents the desired size of a widget. See the section called "Height-for-width Geometry Management" in the gtk:widget documentation for more information.
 

Returned by

Slot Access Functions

See also

2025-2-13