2 #ifndef __BST_AUX_DIALOGS_H__
3 #define __BST_AUX_DIALOGS_H__
10 typedef void (*BstListPopupHandler) (GtkWidget *dialog,
13 GtkWidget* bst_list_popup_new (
const gchar *title,
14 GtkWidget *transient_parent,
15 BstListPopupHandler handler,
17 GDestroyNotify destroy);
18 void bst_list_popup_add (GtkWidget *widget,
20 typedef void (*BstColorPopupHandler) (GtkWidget *dialog,
23 GtkWidget* bst_color_popup_new (
const gchar *title,
24 GtkWidget *transient_parent,
26 BstColorPopupHandler handler,
28 GDestroyNotify destroy);
29 gboolean bst_key_combo_valid (guint keyval,
30 GdkModifierType modifiers);
31 gboolean bst_key_combo_popup (
const gchar *
function,
33 GdkModifierType *modifier);