Method

GtkScaleButtonset_icons

since: 2.12

Declaration [src]

void
gtk_scale_button_set_icons (
  GtkScaleButton* button,
  const gchar** icons
)

Description [src]

Sets the icons to be used by the scale button. For details, see the GtkScaleButton:icons property.

Available since: 2.12

Sets propertyGtk.ScaleButton:icons

Parameters

icons

Type: An array of gchar*

A NULL-terminated array of icon names.

The array must be NULL-terminated.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.