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
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 bySlot Access FunctionsSee also |
2025-2-13