diff src/gtkprefs.h @ 8238:32625c0dbba6

[gaim-migrate @ 8961] Make some spin boxes gray when the preference for them is not active... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 12 Feb 2004 17:02:35 +0000
parents fa6395637e2c
children 543b19a96ac5
line wrap: on
line diff
--- a/src/gtkprefs.h	Thu Feb 12 07:16:33 2004 +0000
+++ b/src/gtkprefs.h	Thu Feb 12 17:02:35 2004 +0000
@@ -73,6 +73,9 @@
  * @param min   The minimum value of the spin button
  * @param max   The maximum value of the spin button
  * @param sg    If not NULL, the size group to which the spin button will be added
+ * @return      An hbox containing both the label and the spinner.  Can be
+ *              used to set the widgets to sensitive or insensitve based on the 
+ *              value of a checkbox.
  */
 GtkWidget *gaim_gtk_prefs_labeled_spin_button(GtkWidget *page,
 		const gchar *title, char *key, int min, int max, GtkSizeGroup *sg);