| 125 * |
125 * |
| 126 * @param widget @c NULL. Used for signal handlers. |
126 * @param widget @c NULL. Used for signal handlers. |
| 127 * @param to_toggle The widget to toggle. |
127 * @param to_toggle The widget to toggle. |
| 128 */ |
128 */ |
| 129 void gaim_gtk_toggle_sensitive(GtkWidget *widget, GtkWidget *to_toggle); |
129 void gaim_gtk_toggle_sensitive(GtkWidget *widget, GtkWidget *to_toggle); |
| |
130 |
| |
131 /** |
| |
132 * Checks if text has been entered into a GtkTextEntry widget. If |
| |
133 * so, the GTK_RESPONSE_OK on the given dialog is set to TRUE. |
| |
134 * Otherwise GTK_RESPONSE_OK is set to FALSE. |
| |
135 * |
| |
136 * @param entry The text entry widget. |
| |
137 * @param dialog The dialog containing the text entry widget. |
| |
138 */ |
| |
139 void gaim_gtk_set_sensitive_if_input(GtkWidget *entry, GtkWidget *dialog); |
| 130 |
140 |
| 131 /** |
141 /** |
| 132 * Toggles the sensitivity of all widgets in a pointer array. |
142 * Toggles the sensitivity of all widgets in a pointer array. |
| 133 * |
143 * |
| 134 * @param w @c NULL. Used for signal handlers. |
144 * @param w @c NULL. Used for signal handlers. |