Package: gtk

Function gtk:tool-button-new

Lambda List

gtk:tool-button-new (icon label)

Arguments

icon -- a gtk:widget object that will be used as the button contents, or nil
label -- a string that will be used as label, or nil

Return Value

The new gtk:tool-button widget.

Details

Creates a new tool button using icon as contents and label as label.
 

See also

#2023-2-27