chiark / gitweb /
Add OK and Help buttons to playlists, and Help button to track
[disorder] / disobedience / disobedience.h
index 11da2c361a972408174a50ccc527435f94410bb0..8ce1601942d26be3921ac77e166fd5d488968250 100644 (file)
@@ -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 --------------------------------------------------------------- */
@@ -228,7 +233,7 @@ void manage_users(void);
 
 /* Help */
 
-void popup_help(void);
+void popup_help(const char *what);
 
 /* RTP */