Go to the source code of this file.
|
#define | BST_TYPE_TRACK_SYNTH_DIALOG |
|
#define | BST_TRACK_SYNTH_DIALOG(object) |
|
#define | BST_TRACK_SYNTH_DIALOG_CLASS(klass) |
|
#define | BST_IS_TRACK_SYNTH_DIALOG(object) |
|
#define | BST_IS_TRACK_SYNTH_DIALOG_CLASS(klass) |
|
#define | BST_TRACK_SYNTH_DIALOG_GET_CLASS(obj) |
|
|
typedef void(* | BstTrackSynthDialogSelected) (gpointer data, SfiProxy proxy, BstTrackSynthDialog *tsdialog) |
|
|
GType | bst_track_synth_dialog_get_type (void) |
|
GtkWidget * | bst_track_synth_dialog_popup (gpointer parent_widget, SfiProxy track, const gchar *candidate_label, const gchar *candidate_tooltip, BseItemSeq *candidates, const gchar *wrepo_label, const gchar *wrepo_tooltip, SfiProxy wrepo, BstTrackSynthDialogSelected selected_callback, gpointer selected_data, GxkFreeFunc selected_cleanup) |
|
void | bst_track_synth_dialog_set (BstTrackSynthDialog *self, BseItemSeq *iseq, SfiProxy wrepo) |
|