const gchar **icons

Property definitions

gtk $ GtkScaleButton :: new
	# const gchar **icons
	new(size: GtkIconSize, min: Float, max: Float, step: Float) `{
		return (GtkScaleButton *)gtk_scale_button_new(size, min, max, step, (const char **)0);
	`}
lib/gtk/v3_4/gtk_core.nit:834,2--837,3