Hide the widget (reverse the effects of show)

Property definitions

gtk $ GtkWidget :: hide
	# Hide the widget (reverse the effects of `show`)
	fun hide `{ gtk_widget_hide(self); `}
lib/gtk/v3_4/gtk_core.nit:139,2--140,38