Show the widget on screen

See: show_all to recursively show this widget and contained widgets.

Property definitions

gtk $ GtkWidget :: show
	# Show the widget on screen
	#
	# See: `show_all` to recursively show this widget and contained widgets.
	fun show `{ gtk_widget_show(self); `}
lib/gtk/v3_4/gtk_core.nit:134,2--137,38