X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/d64e1d92acaf5a00908f630848f1f308574847ea..164f2e9387e91bf6fa19e43b8aa85cb031231ced:/disobedience/disobedience.h diff --git a/disobedience/disobedience.h b/disobedience/disobedience.h index 11da2c3..0ff76d3 100644 --- a/disobedience/disobedience.h +++ b/disobedience/disobedience.h @@ -85,6 +85,11 @@ struct button { void (*clicked)(GtkButton *button, gpointer userdata); const char *tip; GtkWidget *widget; + void (*pack)(GtkBox *box, + GtkWidget *child, + gboolean expand, + gboolean fill, + guint padding); }; /* Variables --------------------------------------------------------------- */ @@ -161,6 +166,7 @@ void all_update(void); GtkWidget *menubar(GtkWidget *w); /* Create the menu bar */ +int full_mode; void users_set_sensitive(int sensitive); @@ -174,6 +180,7 @@ extern int suppress_actions; /* Queue/Recent/Added */ GtkWidget *queue_widget(void); +GtkWidget *playing_widget(void); GtkWidget *recent_widget(void); GtkWidget *added_widget(void); /* Create widgets for displaying the queue, the recently played list and the @@ -228,7 +235,12 @@ void manage_users(void); /* Help */ -void popup_help(void); +void popup_help(const char *what); + +/* Filtering */ + +void popup_globals(void); +void globals_init(void); /* RTP */