AgsFileDialog

AgsFileDialog — a file dialog widget

Stability Level

Stable, unless otherwise indicated

Functions

AgsFileWidget * ags_file_dialog_get_file_widget ()
void ags_file_dialog_response ()
AgsFileDialog * ags_file_dialog_new ()

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.

Parameters

file_dialog

the AgsFileDialog

 

response_id

the response id

 

Since: 6.6.0


ags_file_dialog_new ()

AgsFileDialog *
ags_file_dialog_new (GtkWidget *transient_for,
                     gchar *title);

Creates a new instance of AgsFileDialog.

Parameters

transient_for

the GtkWidget transient-for

 

title

the window title

 

Returns

the new AgsFileDialog

Since: 6.6.0