chooser_simple_get


Description:


public bool chooser_simple_get (Widget simple, int format, int filter)

Gets the selected archive format of the widget created by chooser_simple_new .

Parameters:

simple

a ComboBox returned by chooser_simple_new

format

the place to store the Format selected by the user

filter

the place to store the Filter selected by the user

Returns:

true if format and filter are set. false if there is no selected item on simple, so format and filter are not modified.


Namespace: AutoarGtk