Package: gtk

Function gtk-button-new-with-label

Lambda List

gtk-button-new-with-label (label)

Arguments

label -- a string with the text you want the gtk-label child widget to hold

Return Value

The newly created gtk-button widget.

Details

Creates a button with a label containing the given text in label.
 

See also

*2021-12-4