Method

GimpUiIntRadioFrameset_active

unstable since: 3.0

Declaration [src]

gboolean
gimp_int_radio_frame_set_active (
  GimpIntRadioFrame* radio_frame,
  gint value
)

Description [src]

Looks up the item that belongs to the given value and makes it the selected item in the radio_frame.

Available since: 3.0

Parameters

value

Type: gint

An integer value.

Return value

Type: gboolean

TRUE on success (value changed or not) or FALSE if there was no item for this value.