Method
GtkWidgetunset_state_flags
Declaration [src]
void
gtk_widget_unset_state_flags (
GtkWidget* widget,
GtkStateFlags flags
)
Description [src]
This function is for use in widget implementations. Turns off flag values for the current widget state (insensitive, prelighted, etc.). See gtk_widget_set_state_flags().
Available since: | 3.0 |
Parameters
flags |
GtkStateFlags |
State flags to turn off. |