Get the visibility of the widget only

Property definitions

gtk $ GtkWidget :: visible_self
	# Get the visibility of the widget only
	fun visible_self: Bool `{
		return gtk_widget_get_visible(self);
	`}
lib/gtk/v3_4/gtk_core.nit:126,2--129,3