Package: gtk
Function gtk-widget-new
Lambda Listgtk-widget-new (gtype &rest args) ArgumentsReturn ValueA 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. Example(gtk-widget-new "GtkLabel" :label "Hello World" :xalign 0.0) | See also |
2021-9-16