comparison src/gtkprefs.h @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 7024b595b6ae
children 7a67c459ab8f
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
72 * @param key The key of the int pref that will be represented by the spin button 72 * @param key The key of the int pref that will be represented by the spin button
73 * @param min The minimum value of the spin button 73 * @param min The minimum value of the spin button
74 * @param max The maximum value of the spin button 74 * @param max The maximum value of the spin button
75 * @param sg If not NULL, the size group to which the spin button will be added 75 * @param sg If not NULL, the size group to which the spin button will be added
76 * @return An hbox containing both the label and the spinner. Can be 76 * @return An hbox containing both the label and the spinner. Can be
77 * used to set the widgets to sensitive or insensitve based on the 77 * used to set the widgets to sensitive or insensitive based on the
78 * value of a checkbox. 78 * value of a checkbox.
79 */ 79 */
80 GtkWidget *gaim_gtk_prefs_labeled_spin_button(GtkWidget *page, 80 GtkWidget *gaim_gtk_prefs_labeled_spin_button(GtkWidget *page,
81 const gchar *title, char *key, int min, int max, GtkSizeGroup *sg); 81 const gchar *title, char *key, int min, int max, GtkSizeGroup *sg);
82 82