GimpUi.prop_int_radio_box_new
@accepts(GObject.Object, unicode, GimpUi.IntStore)
@returns(Gtk.Widget)
def prop_int_radio_box_new(config, property_name, store):
# Python 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