Set the visibility of the widget

Property definitions

gtk $ GtkWidget :: visible=
	# Set the visibility of the widget
	fun visible=(visible: Bool) `{
		gtk_widget_set_visible(self, visible);
	`}
lib/gtk/v3_4/gtk_core.nit:121,2--124,3