Package: gtk
Function gtk:container-class-list-child-properties
Lambda Listgtk:container-class-list-child-properties (gtype) ArgumentsReturn ValueThe list of g:param-spec instances. Details Returns the child properties for a container type. NotesExamples
(gtk:container-class-list-child-properties "GtkBox")
=> (#.(SB-SYS:INT-SAP #X55878748BE60) #.(SB-SYS:INT-SAP #X7FC3F800C2F0)
#.(SB-SYS:INT-SAP #X558787508850) #.(SB-SYS:INT-SAP #X5587875088D0)
#.(SB-SYS:INT-SAP #X558787508950))
(mapcar #'g:param-spec-name *)
=> ("expand" "fill" "padding" "pack-type" "position") | See also |
2025-07-11