public void show_now ();
public void style_attach ();
public void style_get (...);
- public void style_get_property (string property_name, GLib.Value value);
+ public void style_get_property (string property_name, out GLib.Value value);
public void style_get_valist (string first_property_name, void* var_args);
public void thaw_child_notify ();
public bool translate_coordinates (Gtk.Widget dest_widget, int src_x, int src_y, out int dest_x, out int dest_y);
gtk_widget_set_scroll_adjustments.vadjustment nullable="1"
gtk_widget_set_style.style nullable="1"
gtk_widget_shape_combine_mask.shape_mask nullable="1"
+gtk_widget_style_get_property.value is_out="1"
gtk_widget_translate_coordinates.dest_x is_out="1"
gtk_widget_translate_coordinates.dest_y is_out="1"
GtkWidget.window weak="0"