pidgin/gtkprefs.h

changeset 32710
e07993a28f20
parent 32604
8d0a34f26244
child 32790
b95c7c504118
equal deleted inserted replaced
32056:5ecbc7cf4ee1 32710:e07993a28f20
90 * @param sg If not NULL, the size group to which the entry will be added 90 * @param sg If not NULL, the size group to which the entry will be added
91 * 91 *
92 * @return An hbox containing both the label and the entry. Can be used to set 92 * @return An hbox containing both the label and the entry. Can be used to set
93 * the widgets to sensitive or insensitive based on the value of a 93 * the widgets to sensitive or insensitive based on the value of a
94 * checkbox. 94 * checkbox.
95 *
96 * @since 2.6.0
97 */ 95 */
98 GtkWidget *pidgin_prefs_labeled_password(GtkWidget *page, const gchar *title, 96 GtkWidget *pidgin_prefs_labeled_password(GtkWidget *page, const gchar *title,
99 const char *key, GtkSizeGroup *sg); 97 const char *key, GtkSizeGroup *sg);
100 98
101 /** 99 /**

mercurial