FileChooserIF.setChoice

Selects an option in a 'choice' that has been added with gtk_file_chooser_add_choice().

For a boolean choice, the possible options are "true" and "false".

interface FileChooserIF
void
setChoice
(
string id
,
string option
)

Parameters

id string

the ID of the choice to set

option string

the ID of the option to select

Meta