Function
GimpUiprop_choice_radio_frame_new
Declaration [src]
GtkWidget*
gimp_prop_choice_radio_frame_new (
  GObject* config,
  const gchar* property_name
)
Description [src]
Creates a GimpIntRadioFrame widget to display and set the
specified GimpChoice property.
Parameters
- config
- 
            Type: GObjectObject to which property is attached. The data is owned by the caller of the function. 
- property_name
- 
            Type: const gchar*Name of %GimpChoice property controlled by radio buttons. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
Return value
Type: GtkWidget
The newly created GimpIntRadioFrame widget.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |