Go to the source code of this file.
|
#define | BST_TYPE_ITEM_SEQ_DIALOG |
|
#define | BST_ITEM_SEQ_DIALOG(object) |
|
#define | BST_ITEM_SEQ_DIALOG_CLASS(klass) |
|
#define | BST_IS_ITEM_SEQ_DIALOG(object) |
|
#define | BST_IS_ITEM_SEQ_DIALOG_CLASS(klass) |
|
#define | BST_ITEM_SEQ_DIALOG_GET_CLASS(obj) |
|
|
typedef void(* | BstItemSeqDialogSelected) (gpointer data, BseIt3mSeq *iseq, BstItemSeqDialog *isdialog) |
|
|
GType | bst_item_seq_dialog_get_type (void) |
|
GtkWidget * | bst_item_seq_dialog_popup (gpointer parent_widget, SfiProxy item, const gchar *candidate_label, const gchar *candidate_tooltip, BseIt3mSeq *candidates, const gchar *item_label, const gchar *item_tooltip, BseIt3mSeq *iseq, BstItemSeqDialogSelected selected_callback, gpointer selected_data, GxkFreeFunc selected_cleanup) |
|
void | bst_item_seq_dialog_set (BstItemSeqDialog *self, BseIt3mSeq *candidates, BseIt3mSeq *iseq) |
|