Go to the source code of this file.
|
typedef void(* | BstListPopupHandler )(GtkWidget *dialog, gchar **strings, gpointer user_data) |
|
typedef void(* | BstColorPopupHandler )(GtkWidget *dialog, GdkColor *color, gpointer user_data) |
|
|
GtkWidget * | bst_list_popup_new (const gchar *title, GtkWidget *transient_parent, BstListPopupHandler handler, gpointer data, GDestroyNotify destroy) |
|
void | bst_list_popup_add (GtkWidget *widget, const gchar *string) |
|
GtkWidget * | bst_color_popup_new (const gchar *title, GtkWidget *transient_parent, GdkColor color, BstColorPopupHandler handler, gpointer data, GDestroyNotify destroy) |
|
gboolean | bst_key_combo_valid (guint keyval, GdkModifierType modifiers) |
|
gboolean | bst_key_combo_popup (const gchar *function, guint *keyval, GdkModifierType *modifier) |
|