public class ColorButton : Button, Implementor, Buildable {
public weak uint alpha { get; set; } ;
public weak Gdk.Color color { get; set; } ;
public weak string title { get; set; } ;
public weak bool use_alpha { get; set; } ;
public ColorButton ( ) ;
public ColorButton.with_color ( Gdk.Color color ) ;
public signal void color_set ( ) ;
public ushort get_alpha ( ) ;
public void get_color ( Gdk.Color color ) ;
public weak string get_title ( ) ;
public bool get_use_alpha ( ) ;
public void set_alpha ( ushort alpha ) ;
public void set_color ( Gdk.Color color ) ;
public void set_title ( string title ) ;
public void set_use_alpha ( bool use_alpha ) ;
}

public ColorButton ( ) ;
public ColorButton.with_color ( Gdk.Color color ) ;
public signal void color_set ( ) ;
public weak uint alpha { get; set; } ;
public weak Gdk.Color color { get; set; } ;
public weak string title { get; set; } ;
public weak bool use_alpha { get; set; } ;
public ushort get_alpha ( ) ;
public void get_color ( Gdk.Color color ) ;
public weak string get_title ( ) ;
public bool get_use_alpha ( ) ;
public void set_alpha ( ushort alpha ) ;
public void set_color ( Gdk.Color color ) ;
public void set_title ( string title ) ;
public void set_use_alpha ( bool use_alpha ) ;
Created by Valadoc