Method

Gtk.ScaleButton.set_icons

Declaration [src]

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

Description [src]

Sets the icons to be used by the scale button.

Sets propertyGtk.ScaleButton:icons

Parameters

icons An array of char*
 

a NULL-terminated array of icon names

 Ownership is not transferred to the callee