AgsFileDialog
AgsFileDialog — a file dialog widget
|
|
Stability Level
Stable, unless otherwise indicated
Includes
#include <ags/widget/ags_file_dialog.h>
Description
AgsFileDialog is a dialog widget to open or save files.
Functions
ags_file_dialog_get_file_widget ()
AgsFileWidget *
ags_file_dialog_get_file_widget (AgsFileDialog *file_dialog
);
ags_file_dialog_response ()
void
ags_file_dialog_response (AgsFileDialog *file_dialog
,
gint response_id
);
Response file_dialog
due to user action.
Since: 6.6.0
ags_file_dialog_new ()
AgsFileDialog *
ags_file_dialog_new (GtkWidget *transient_for
,
gchar *title
);
Creates a new instance of AgsFileDialog.
Returns
the new AgsFileDialog
Since: 6.6.0