src/gtkutils.h

changeset 7751
e0dc18b50181
parent 7712
74af9358b808
child 7956
21d891f33b89
equal deleted inserted replaced
7750:311266ad4ffb 7751:e0dc18b50181
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.

mercurial