prop_boolean_radio_frame_new


Description:

[ CCode ( cname = "gimp_prop_boolean_radio_frame_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget prop_boolean_radio_frame_new (Object config, string property_name, string? title, string true_text, string false_text)

Creates a pair of radio buttons which function to set and display the specified boolean 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 boolean property controlled by the radio buttons.

title

Label for the frame.

true_text

Label for the button corresponding to true.

false_text

Label for the button corresponding to false.

Returns:

A Frame containing the radio buttons.


Namespace: GimpUi
Package: gimp-ui-3.0