Package: gtk

Function gtk:radio-button-new-with-label

Lambda List

gtk:radio-button-new-with-label (group label)

Arguments

group -- an existing gtk:radio-button group, or nil if you are creating a new group
label -- a string with the text label to display next to the radio button

Return Value

The new gtk:radio-button widget.

Details

Creates a new radio button with a text label.
 

See also

#2023-3-22