Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_FILE_SELECTION_ENTRY() |
AgsFileSelectionEntry * | ags_file_selection_entry_alloc () |
void | ags_file_selection_set_entry () |
void | ags_file_selection_add_entry () |
void | ags_file_selection_remove_entry () |
gboolean | ags_file_selection_contains_file () |
void | ags_file_selection_completed () |
AgsFileSelection * | ags_file_selection_new () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsFileSelection
#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