Get the visibility of the widget, check if it's parents are visible too

Property definitions

gtk :: v3_8 $ GtkWidget :: visible
	# Get the visibility of the widget, check if it's parents are visible too
	fun visible: Bool `{
		return gtk_widget_is_visible(self);
	`}
lib/gtk/v3_8.nit:23,2--26,3