| 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 /** |