Top |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsFileSelection
AgsFileSelection implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
#define AGS_FILE_SELECTION_ENTRY(strct) ((AgsFileSelectionEntry *) (strct))
void ags_file_selection_set_entry (AgsFileSelection *file_selection
,GList *entry_list
);
Add new entries to the AgsFileSelection.
void ags_file_selection_add_entry (AgsFileSelection *file_selection
,GtkWidget *widget
);
void ags_file_selection_remove_entry (AgsFileSelection *file_selection
,GtkWidget *widget
);
gboolean ags_file_selection_contains_file (AgsFileSelection *file_selection
,gchar *filename
);
void
ags_file_selection_completed (AgsFileSelection *file_selection
);
“add-entry”
signalvoid user_function (AgsFileSelection *agsfileselection, GObject *arg1, gpointer user_data)
Flags: Run Last
“completed”
signalvoid user_function (AgsFileSelection *agsfileselection, gpointer user_data)
Flags: Run Last
“remove-entry”
signalvoid user_function (AgsFileSelection *agsfileselection, GObject *arg1, gpointer user_data)
Flags: Run Last