X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0d719587f8a7f70393865d0038a6a7e2fce4eb76..cf451c90a160d8764b5e8ff6b0c1c10d038e59a1:/disobedience/disobedience.h diff --git a/disobedience/disobedience.h b/disobedience/disobedience.h index 95e259b..ccb9acc 100644 --- a/disobedience/disobedience.h +++ b/disobedience/disobedience.h @@ -143,6 +143,8 @@ void properties_reset(void); GtkWidget *scroll_widget(GtkWidget *child); /* Wrap a widget up for scrolling */ +GtkWidget *frame_widget(GtkWidget *w, const char *title); + GdkPixbuf *find_image(const char *name); /* Get the pixbuf for an image. Returns a null pointer if it cannot be * found. */ @@ -193,6 +195,7 @@ void menu_update(int page); /* Called whenever the main menu might need to change. PAGE is the current * page if known or -1 otherwise. */ +void users_set_sensitive(int sensitive); /* Controls */