AgsFileSelection

AgsFileSelection

Functions

Types and Values

Description

Functions

AGS_FILE_SELECTION_ENTRY()

#define AGS_FILE_SELECTION_ENTRY(strct)        ((AgsFileSelectionEntry *) (strct))


ags_file_selection_entry_alloc ()

AgsFileSelectionEntry *
ags_file_selection_entry_alloc ();

Returns


ags_file_selection_set_entry ()

void
ags_file_selection_set_entry (AgsFileSelection *file_selection,
                              GList *entry);

Add new entries to the AgsFileSelection.


ags_file_selection_add_entry ()

void
ags_file_selection_add_entry (AgsFileSelection *file_selection,
                              GtkWidget *widget);


ags_file_selection_remove_entry ()

void
ags_file_selection_remove_entry (AgsFileSelection *file_selection,
                                 GtkWidget *widget);


ags_file_selection_contains_file ()

gboolean
ags_file_selection_contains_file (AgsFileSelection *file_selection,
                                  gchar *filename);

Returns


ags_file_selection_completed ()

void
ags_file_selection_completed (AgsFileSelection *file_selection);


ags_file_selection_new ()

AgsFileSelection *
ags_file_selection_new ();

Returns

Types and Values

enum AgsFileSelectionFlags

Members

AGS_FILE_SELECTION_COMPLETED

   

struct AgsFileSelectionEntry

struct AgsFileSelectionEntry {
  GtkTable *table;

  GtkWidget *entry;

  gboolean chosed;
  gchar *filename;

  GtkSpinButton *nth_sample;
  GtkSpinButton *nth_channel;
  GtkSpinButton *count;
};