+2008-10-21 Jürg Billeter <j@bitron.ch>
+
+ * vapi/packages/gtk+-2.0/:
+
+ Fix gtk_scale_button_new and gtk_scale_button_set_icons bindings,
+ patch by Daniel Svensson
+
+ * vapi/gtk+-2.0.vapi: regenerated
+
2008-10-20 Jürg Billeter <j@bitron.ch>
* configure.ac: Bump version to 0.5.1
public weak Gtk.Widget minus_button;
public weak Gtk.Adjustment get_adjustment ();
public double get_value ();
+ [NoArrayLength]
[CCode (type = "GtkWidget*", has_construct_function = false)]
public ScaleButton (Gtk.IconSize size, double min, double max, double step, string[] icons);
public void set_adjustment (Gtk.Adjustment adjustment);
+ [NoArrayLength]
public void set_icons (string[] icons);
public void set_value (double value);
public Gtk.Adjustment adjustment { get; set; }
GtkRecentData.app_exec weak="0"
GtkRecentData.groups is_array="1" weak="0"
GtkRequisition is_value_type="1"
+gtk_scale_button_new no_array_length="1"
gtk_scale_button_new.icons is_array="1"
+gtk_scale_button_set_icons no_array_length="1"
gtk_scale_button_set_icons.icons is_array="1"
gtk_scale_draw_value hidden="1"
gtk_scrolled_window_new.hadjustment nullable="1"