Package: gtk

Function gtk:radio-button-new-from-widget

Lambda List

gtk:radio-button-new-from-widget (&optional member)

Arguments

member -- an existing gtk:radio-button widget, or the default nil value if you are creating a new group

Return Value

The new gtk:radio-button widget.

Details

Creates a new radio button, adding it to the same group as member. As with the gtk:radio-button-new function, a widget should be packed into the radio button.
 

See also

2026-06-26