prop_int_radio_frame_new


Description:

[ 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.

Parameters:

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.

Returns:

A Frame containing the radio buttons.


Namespace: GimpUi
Package: gimp-ui-3.0