enum_radio_frame_new_with_range


Description:

[ CCode ( cname = "gimp_enum_radio_frame_new_with_range" ) ]
[ Version ( since = "2.4" ) ]
public Widget enum_radio_frame_new_with_range (Type enum_type, int minimum, int maximum, Widget? label_widget, owned Callback? callback, out unowned Widget first_button)

Calls enum_radio_box_new_with_range and puts the resulting vertical box into a Frame.

Parameters:

enum_type

the Type of an enum.

minimum

the minimum enum value

maximum

the maximum enum value

label_widget

a widget to put into the frame that will hold the radio box.

callback

a callback to connect to the "toggled" signal of each RadioButton that is created.

first_button

Returns the first button in the created group.

callback_data

data to pass to the callback.

callback_data_destroy

Destroy function for callback_data.

Returns:

a new Frame holding a group of RadioButtons.


Namespace: GimpUi
Package: gimp-ui-3.0