Package: gtk
Function gtk:widget-class-layout-manager-type
Lambda Listgtk:widget-class-layout-manager-type (gtype) SyntaxArgumentsDetails
Gets or sets the type to be used for creating layout managers for widgets of gtype type.
This function should only be called from class init functions of widgets. Examples(gtk:widget-class-layout-manager-type "GtkBox") => #<GTYPE :name "GtkBoxLayout" :id 99175136080768> (gtk:widget-class-layout-manager-type "GtkButton") => #<GTYPE :name "GtkBinLayout" :id 99175136080464> (gtk:widget-class-layout-manager-type "GtkWindow") => NIL | See also |
2025-08-22