public class CellRendererToggle : CellRenderer {
public weak bool activatable { get; set; } ;
public weak bool active { get; set; } ;
public weak bool inconsistent { get; set; } ;
public weak int indicator_size { get; set; } ;
public weak bool radio { get; set; } ;
public CellRendererToggle ( ) ;
public signal void toggled ( string path ) ;
public bool get_active ( ) ;
public bool get_radio ( ) ;
public void set_active ( bool setting ) ;
public void set_radio ( bool radio ) ;
}

public CellRendererToggle ( ) ;
public signal void toggled ( string path ) ;
public weak bool activatable { get; set; } ;
public weak bool active { get; set; } ;
public weak bool inconsistent { get; set; } ;
public weak int indicator_size { get; set; } ;
public weak bool radio { get; set; } ;
public bool get_active ( ) ;
public bool get_radio ( ) ;
public void set_active ( bool setting ) ;
public void set_radio ( bool radio ) ;
Created by Valadoc