[ CCode ( cname = "gimp_prop_int_radio_frame_new" ) ]
[ Version ( since = "3.0" ) ]
public Widget prop_int_radio_frame_new (Object config, string property_name, string? title, IntStore store)
Creates a group of radio buttons which function to set and display the specified int property.
If title is null, the property_name's nick will be used as label of the
returned frame.
| config |
Object to which property is attached. |
| property_name |
Name of enum property controlled by the radio buttons. |
| title |
Label for the frame holding the buttons |
| store |
IntStore holding list of labels, values, etc. |
|
A Frame containing the radio buttons. |