comparison src/gtkprefs.h @ 7978:4ed44e5e0df3

[gaim-migrate @ 8655] wait, you mean someone actually reads these? committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 03 Jan 2004 15:08:41 +0000
parents 8e5a21b1efa6
children fc6b362f9c26
comparison
equal deleted inserted replaced
7977:f82aa9301ed5 7978:4ed44e5e0df3
78 GtkSizeGroup *sg); 78 GtkSizeGroup *sg);
79 79
80 /** 80 /**
81 * Add a new dropdown representing a preference of the specified type 81 * Add a new dropdown representing a preference of the specified type
82 * 82 *
83 * @param page The page to which the spin button will be added 83 * @param page The page to which the dropdown will be added
84 * @param title The text to be displayed as the spin button label 84 * @param title The text to be displayed as the dropdown label
85 * @param type The type of preference to be stored in the generated dropdown 85 * @param type The type of preference to be stored in the generated dropdown
86 * @param key The key of the gaim int pref that will be represented by the spin button 86 * @param key The key of the gaim int pref that will be represented by the dropdown
87 * @param ... The choices to be added to the dropdown 87 * @param ... The choices to be added to the dropdown
88 */ 88 */
89 GtkWidget *prefs_dropdown(GtkWidget *page, const gchar *title, 89 GtkWidget *prefs_dropdown(GtkWidget *page, const gchar *title,
90 GaimPrefType type, 90 GaimPrefType type,
91 const char *key, ...); 91 const char *key, ...);
92 92
93 /** 93 /**
94 * Add a new dropdown representing a preference of the specified type 94 * Add a new dropdown representing a preference of the specified type
95 * 95 *
96 * @param page The page to which the spin button will be added 96 * @param page The page to which the dropdown will be added
97 * @param title The text to be displayed as the spin button label 97 * @param title The text to be displayed as the dropdown label
98 * @param type The type of preference to be stored in the generated dropdown 98 * @param type The type of preference to be stored in the generated dropdown
99 * @param key The key of the gaim int pref that will be represented by the spin button 99 * @param key The key of the gaim int pref that will be represented by the dropdown
100 * @param menuitems The choices to be added to the dropdown 100 * @param menuitems The choices to be added to the dropdown
101 */ 101 */
102 GtkWidget *prefs_dropdown_from_list(GtkWidget *page, 102 GtkWidget *prefs_dropdown_from_list(GtkWidget *page,
103 const gchar * title, 103 const gchar * title,
104 GaimPrefType type, const char *key, 104 GaimPrefType type, const char *key,