Package: gtk
GBoxed gtk-requisition
Superclassescommon-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details A 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. (define-g-boxed-cstruct gtk-requisition "GtkRequisition" (width :int :initform 0) (height :int :initform 0))
| Returned bySlot Access FunctionsSee also |
2021-9-14