Top |
gboolean | ags_pcm_file_dialog_test_flags () |
void | ags_pcm_file_dialog_set_flags () |
void | ags_pcm_file_dialog_unset_flags () |
AgsFileWidget * | ags_pcm_file_dialog_get_file_widget () |
GtkSpinButton * | ags_pcm_file_dialog_get_audio_channel () |
GtkCheckButton * | ags_pcm_file_dialog_get_new_channel () |
GtkCheckButton * | ags_pcm_file_dialog_get_existing_channel () |
void | ags_pcm_file_dialog_response () |
AgsPCMFileDialog * | ags_pcm_file_dialog_new () |
gboolean ags_pcm_file_dialog_test_flags (AgsPCMFileDialog *pcm_file_dialog
,guint flags
);
Test flags
of pcm_file_dialog
.
Since: 6.6.0
void ags_pcm_file_dialog_set_flags (AgsPCMFileDialog *pcm_file_dialog
,guint flags
);
Set flags
of pcm_file_dialog
.
Since: 6.6.0
void ags_pcm_file_dialog_unset_flags (AgsPCMFileDialog *pcm_file_dialog
,guint flags
);
Set flags
of pcm_file_dialog
.
Since: 6.6.0
AgsFileWidget *
ags_pcm_file_dialog_get_file_widget (AgsPCMFileDialog *pcm_file_dialog
);
Get file widget of pcm_file_dialog
.
Since: 6.6.0
GtkSpinButton *
ags_pcm_file_dialog_get_audio_channel (AgsPCMFileDialog *pcm_file_dialog
);
Get audio channel of pcm_file_dialog
.
Since: 6.6.0
GtkCheckButton *
ags_pcm_file_dialog_get_new_channel (AgsPCMFileDialog *pcm_file_dialog
);
Get new channel of pcm_file_dialog
.
Since: 6.6.0
GtkCheckButton *
ags_pcm_file_dialog_get_existing_channel
(AgsPCMFileDialog *pcm_file_dialog
);
Get existing channel of pcm_file_dialog
.
Since: 6.6.0
void ags_pcm_file_dialog_response (AgsPCMFileDialog *pcm_file_dialog
,gint response_id
);
Response pcm_file_dialog
due to user action.
Since: 6.6.0
AgsPCMFileDialog * ags_pcm_file_dialog_new (GtkWindow *transient_for
,gchar *title
);
Create a new instance of AgsPCMFileDialog
Since: 4.0.0