Package: gtk
Function gtk:widget-new
Lambda Listgtk:widget-new (gtype &rest args) ArgumentsReturn ValueThe new gtk:widget object of gtype type. Details
This is a function for creating a widget and setting its properties in one
go. This function is equivalent to the g:object-new function. Examples(gtk:widget-new "GtkLabel" :label "Hello World" :xalign 0.0) => #<GTK:LABEL {1003142FD3}> | See also |
#2023-3-8