BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include "bstutils.hh"
Go to the source code of this file.
Typedefs | |
typedef void(* | BstListPopupHandler )(GtkWidget *dialog, gchar **strings, gpointer user_data) |
typedef void(* | BstColorPopupHandler )(GtkWidget *dialog, GdkColor *color, gpointer user_data) |
Functions | |
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) |