| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkComboBox
                        ╰── ThunarChooserButton
GtkWidget *
thunar_chooser_button_new (void);
Allocates a new ThunarChooserButton instance.
void thunar_chooser_button_set_file (ThunarChooserButton *chooser_button,ThunarFile *file);
Associates chooser_button
 with the specified file
.
“file” property“file” ThunarFile *
The ThunarFile for which a preferred application should be chosen.
Owner: ThunarChooserButton
Flags: Read / Write