chooser_advanced_get


Description:


public bool chooser_advanced_get (Widget advanced, int format, int filter)

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

Parameters:

advanced

a Grid returned by chooser_advanced_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 advanced, so format and filter are not modified.


Namespace: AutoarGtk