Based on patch by Alexander Larsson.
Fixes bug 653527.
[CCode (has_construct_function = false)]
protected CellRenderer ();
public virtual bool activate (Gdk.Event event, Gtk.Widget widget, string path, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.CellRendererState flags);
- public void get_alignment (float xalign, float yalign);
+ public void get_alignment (out float xalign, out float yalign);
public void get_fixed_size (out int width, out int height);
- public void get_padding (int xpad, int ypad);
+ public void get_padding (out int xpad, out int ypad);
public bool get_sensitive ();
public abstract void get_size (Gtk.Widget widget, Gdk.Rectangle? cell_area, out int x_offset, out int y_offset, out int width, out int height);
public bool get_visible ();
protected CellRenderer ();
public virtual bool activate (Gdk.Event event, Gtk.Widget widget, string path, Gdk.Rectangle background_area, Gdk.Rectangle cell_area, Gtk.CellRendererState flags);
public virtual void get_aligned_area (Gtk.Widget widget, Gtk.CellRendererState flags, Gdk.Rectangle cell_area, Gdk.Rectangle aligned_area);
- public void get_alignment (float xalign, float yalign);
+ public void get_alignment (out float xalign, out float yalign);
public void get_fixed_size (out int width, out int height);
- public void get_padding (int xpad, int ypad);
+ public void get_padding (out int xpad, out int ypad);
public virtual void get_preferred_height (Gtk.Widget widget, out int minimum_size, out int natural_size);
public virtual void get_preferred_height_for_width (Gtk.Widget widget, int width, out int minimum_height, out int natural_height);
public void get_preferred_size (Gtk.Widget widget, out Gtk.Requisition minimum_size, out Gtk.Requisition natural_size);
gtk_cell_layout_set_cell_data_func.func transfer_ownership="1"
gtk_cell_layout_set_cell_data_func.func_data hidden="1"
gtk_cell_layout_set_cell_data_func.destroy hidden="1"
+gtk_cell_renderer_get_alignment.xalign is_out="1"
+gtk_cell_renderer_get_alignment.yalign is_out="1"
gtk_cell_renderer_get_fixed_size.width is_out="1"
gtk_cell_renderer_get_fixed_size.height is_out="1"
+gtk_cell_renderer_get_padding.xpad is_out="1"
+gtk_cell_renderer_get_padding.ypad is_out="1"
gtk_cell_renderer_get_size abstract="1"
gtk_cell_renderer_get_size.cell_area nullable="1"
gtk_cell_renderer_get_size.x_offset is_out="1"
gtk_cell_layout_set_cell_data_func.func transfer_ownership="1"
gtk_cell_layout_set_cell_data_func.func_data hidden="1"
gtk_cell_layout_set_cell_data_func.destroy hidden="1"
+gtk_cell_renderer_get_alignment.xalign is_out="1"
+gtk_cell_renderer_get_alignment.yalign is_out="1"
gtk_cell_renderer_get_fixed_size.width is_out="1"
gtk_cell_renderer_get_fixed_size.height is_out="1"
+gtk_cell_renderer_get_padding.xpad is_out="1"
+gtk_cell_renderer_get_padding.ypad is_out="1"
gtk_cell_renderer_get_preferred_height.minimum_size is_out="1"
gtk_cell_renderer_get_preferred_height.natural_size is_out="1"
gtk_cell_renderer_get_preferred_height_for_width.minimum_height is_out="1"