chooser_simple_new


Description:


public Widget chooser_simple_new (Format default_format, Filter default_filter)

Create a ComboBox with a list of common archive format.

There is also an option called "Other format…", which will use chooser_advanced_new and chooser_advanced_get to select less common archive format. Arguments default_format and default_filter are the default archive format selected on the returned widget. You may want to get the preferred format of users using autoar_pref_get_default_format and autoar_pref_get_default_filter, or just set them to 1 to select the default archive format.

Parameters:

default_format

an Format

default_filter

an Filter

Returns:

a new ComboBox widget


Namespace: AutoarGtk