Set the minimum dimension of this widget

Property definitions

gtk $ GtkWidget :: set_size_request
	# Set the minimum dimension of this widget
	fun set_size_request(width, height: Int) `{
		gtk_widget_set_size_request(self, width, height);
	`}
lib/gtk/v3_4/gtk_core.nit:95,2--98,3