Package: gtk
Accessor gtk:requisition-width
Lambda Listgtk:requisition-width (instance) SyntaxArgumentsDetails The accessor for the width slot of the gtk:requisition
structure gets or sets the height. Examples(defvar requisition (gtk:requisition-new)) => REQUISITION (setf (gtk:requisition-width requisition) 100) => 100 (gtk:requisition-width requisition) => 100 | See also |
2025-08-22