return the sensitivity of the widget

Property definitions

gtk $ GtkWidget :: sensitive
	# return the sensitivity of the widget
	fun sensitive: Bool `{
		return gtk_widget_get_sensitive(self);
	`}
lib/gtk/v3_4/gtk_core.nit:116,2--119,3