Method
GimpUiIntRadioFrameappend
since: 3.0
Declaration [src]
void
gimp_int_radio_frame_append (
GimpIntRadioFrame* radio_frame,
...
)
Description [src]
This function provides a convenient way to append items to a
GimpIntRadioFrame
. It appends a row to the radio_frame
‘s list store
and calls gtk_list_store_set()
for you.
The column number must be taken from the enum GimpIntStoreColumns
.
Available since: 3.0
This method is not directly available to language bindings.