Desensitizing GtkToolItems



There seems to be no API to change the sensitivity of GtkToolItems... am
I doing something horribly stupid, or should I really use

	GtkWidget *w = _gtk_tool_button_get_button (my_item);
	gtk_widget_set_sensitive (w, FALSE);

  Federico




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]