[ CCode ( cname = "gimp_int_radio_frame_new_from_store" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "3.0" ) ]
public IntRadioFrame.from_store (string title, IntStore store)
Creates a gimpintradioframe containing radio buttons for each item in the store.
The created widget takes ownership of store.
If you need to construct an empty IntRadioFrame, it's best to use g_object_new ( GIMP_TYPE_INT_RADIO_FRAME, NULL).
If you want to have a frame title with a mnemonic, set title to null instead and call [
method@IntRadioFrame.set_title] instead.
| title |
the frame label. |
| store |
the gimpintstore to generate radio buttons from. |
|
a new IntRadioFrame. |