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_fixed_size (int width, int height);
+ public void get_fixed_size (out int width, out int height);
public void get_padding (int xpad, 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);
}
[CCode (cheader_filename = "gtk/gtk.h")]
public class Dialog : Gtk.Window, Atk.Implementor, Gtk.Buildable {
- public weak Gtk.HButtonBox action_area;
+ public Gtk.HButtonBox action_area;
public weak Gtk.Widget separator;
- public weak Gtk.VBox vbox;
+ public Gtk.VBox vbox;
[CCode (type = "GtkWidget*", has_construct_function = false)]
public Dialog ();
public void add_action_widget (Gtk.Widget child, int response_id);
public weak string accelerator;
public weak string tooltip;
[CCode (type = "GCallback")]
- public weak Gtk.ActionCallback callback;
+ public Gtk.ActionCallback callback;
}
[CCode (type_id = "GTK_TYPE_ALLOCATION", cheader_filename = "gtk/gtk.h")]
public struct Allocation {
public weak string accelerator;
public weak string tooltip;
[CCode (type = "GCallback")]
- public weak Gtk.ActionCallback callback;
+ public Gtk.ActionCallback callback;
public bool is_active;
}
[CCode (type_id = "GTK_TYPE_TREE_ITER", cheader_filename = "gtk/gtk.h")]
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_fixed_size (int width, int height);
+ public void get_fixed_size (out int width, out int height);
public void get_padding (int xpad, int ypad);
public virtual void get_preferred_height (Gtk.Widget widget, int minimum_size, int natural_size);
public virtual void get_preferred_height_for_width (Gtk.Widget widget, int width, int minimum_height, int natural_height);
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_fixed_size.width is_out="1"
+gtk_cell_renderer_get_fixed_size.height 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_fixed_size.width is_out="1"
+gtk_cell_renderer_get_fixed_size.height 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"