public class CellRenderer : Object {
public uint editing ;
public weak string cell_background { set; } ;
public weak Gdk.Color cell_background_gdk { get; set; } ;
public weak bool cell_background_set { get; set; } ;
public weak int height { get; set; } ;
public weak bool is_expanded { get; set; } ;
public weak bool is_expander { get; set; } ;
public weak CellRendererMode mode { get; set; } ;
public weak bool sensitive { get; set; } ;
public weak bool visible { get; set; } ;
public weak int width { get; set; } ;
public weak float xalign { get; set; } ;
public weak uint xpad { get; set; } ;
public weak float yalign { get; set; } ;
public weak uint ypad { get; set; } ;
public signal void editing_canceled ( ) ;
public signal void editing_started ( CellEditable editable,
string path ) ;
public void get_fixed_size ( int width,
int height ) ;
public void set_fixed_size ( int width,
int height ) ;
public void stop_editing ( bool canceled ) ;
public virtual bool activate ( Gdk.Event event,
Widget widget,
string path,
Gdk.Rectangle background_area,
Gdk.Rectangle cell_area,
CellRendererState flags ) ;
public virtual void get_size ( Widget widget,
Gdk.Rectangle? cell_area,
int x_offset,
int y_offset,
int width,
int height ) ;
public virtual void render ( Gdk.Window window,
Widget widget,
Gdk.Rectangle background_area,
Gdk.Rectangle cell_area,
Gdk.Rectangle expose_area,
CellRendererState flags ) ;
public virtual weak CellEditable start_editing ( Gdk.Event event,
Widget widget,
string path,
Gdk.Rectangle background_area,
Gdk.Rectangle cell_area,
CellRendererState flags ) ;
}

public uint editing ;
public signal void editing_canceled ( ) ;
public signal void editing_started ( CellEditable editable,
string path ) ;
public weak string cell_background { set; } ;
public weak Gdk.Color cell_background_gdk { get; set; } ;
public weak bool cell_background_set { get; set; } ;
public weak int height { get; set; } ;
public weak bool is_expanded { get; set; } ;
public weak bool is_expander { get; set; } ;
public weak CellRendererMode mode { get; set; } ;
public weak bool sensitive { get; set; } ;
public weak bool visible { get; set; } ;
public weak int width { get; set; } ;
public weak float xalign { get; set; } ;
public weak uint xpad { get; set; } ;
public weak float yalign { get; set; } ;
public weak uint ypad { get; set; } ;
public void get_fixed_size ( int width,
int height ) ;
public void set_fixed_size ( int width,
int height ) ;
public void stop_editing ( bool canceled ) ;
public virtual bool activate ( Gdk.Event event,
Widget widget,
string path,
Gdk.Rectangle background_area,
Gdk.Rectangle cell_area,
CellRendererState flags ) ;
public virtual void get_size ( Widget widget,
Gdk.Rectangle? cell_area,
int x_offset,
int y_offset,
int width,
int height ) ;
public virtual void render ( Gdk.Window window,
Widget widget,
Gdk.Rectangle background_area,
Gdk.Rectangle cell_area,
Gdk.Rectangle expose_area,
CellRendererState flags ) ;
public virtual weak CellEditable start_editing ( Gdk.Event event,
Widget widget,
string path,
Gdk.Rectangle background_area,
Gdk.Rectangle cell_area,
CellRendererState flags ) ;
Created by Valadoc