GimpUi.prop_int_radio_box_new
function prop_int_radio_box_new(config: GObject.Object, property_name: String, store: GimpUi.IntStore): Gtk.Widget {
// Gjs wrapper for gimp_prop_int_radio_box_new()
}
Creates a group of radio buttons which function to set and display the specified int property. If you want to assign a label to the group of radio buttons, use GimpUi.prop_int_radio_frame_new instead of this function.
Since 3.0
- config
Object to which property is attached.
- property_name
Name of enum property controlled by the radio buttons.
- store
GimpUi.IntStore holding list of labels, values, etc.
- Returns
A Gtk.Box containing the radio buttons.