public class CellRendererCombo : CellRendererText {
public uint focus_out_id ;
public weak bool has_entry { get; set; } ;
public weak TreeModel model { get; set; } ;
public weak int text_column { get; set; } ;
public CellRendererCombo ( ) ;
}

public CellRendererCombo ( ) ;
public uint focus_out_id ;
public weak bool has_entry { get; set; } ;
public weak TreeModel model { get; set; } ;
public weak int text_column { get; set; } ;
Created by Valadoc