#include "bstutils.hh"
Go to the source code of this file.
Functions | |
GtkWidget * | bst_choice_menu_createv (const gchar *menu_path, BstChoice *first_choice,...) |
void | bst_choice_menu_add_choice_and_free (GtkWidget *menu, BstChoice *choice) |
void | bst_choice_menu_set_item_sensitive (GtkWidget *menu, gulong id, gboolean sensitive) |
GtkWidget * | bst_choice_dialog_createv (BstChoice *first_choice,...) G_GNUC_NULL_TERMINATED |
gboolean | bst_choice_selectable (GtkWidget *widget) |
guint | bst_choice_modal (GtkWidget *widget, guint mouse_button, guint32 time) |
guint | bst_choice_get_last (GtkWidget *widget) |
void | bst_choice_destroy (GtkWidget *choice) |
BstChoice * | bst_choice_alloc (BstChoiceFlags type, const gchar *choice_name, gpointer choice_id, const gchar *icon_stock_id, BseIcon *bse_icon) |