gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

ColorButton Description

Details

Constructor Details

ColorButton ()
    public                              ColorButton               (  ) ;		

ColorButton.with_color ()
    public                              ColorButton.with_color    ( Gdk.Color           color ) ;		

Field Details

Signal Details

color_set
    public    signal void               color_set                 (  )  ;		

Property Details

alpha
    public    weak uint                 alpha                     { get; set; } ;		

color
    public    weak Gdk.Color            color                     { get; set; } ;		

title
    public    weak string               title                     { get; set; } ;		

use_alpha
    public    weak bool                 use_alpha                 { get; set; } ;		

Method Details

get_alpha ()
    public    ushort                    get_alpha                 (  ) ;		

get_color ()
    public    void                      get_color                 ( Gdk.Color           color ) ;		

get_title ()
    public    weak string               get_title                 (  ) ;		

get_use_alpha ()
    public    bool                      get_use_alpha             (  ) ;		

set_alpha ()
    public    void                      set_alpha                 ( ushort              alpha ) ;		

set_color ()
    public    void                      set_color                 ( Gdk.Color           color ) ;		

set_title ()
    public    void                      set_title                 ( string              title ) ;		

set_use_alpha ()
    public    void                      set_use_alpha             ( bool                use_alpha ) ;		


Created by Valadoc