gtk+-2.0 Reference Manual

Synopsis

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

CellRendererToggle Description

Details

Constructor Details

CellRendererToggle ()
    public                              CellRendererToggle        (  ) ;		

Field Details

Signal Details

toggled
    public    signal void               toggled                   ( string              path )  ;		

Property Details

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

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

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

indicator_size
    public    weak int                  indicator_size            { get; set; } ;		

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

Method Details

get_active ()
    public    bool                      get_active                (  ) ;		

get_radio ()
    public    bool                      get_radio                 (  ) ;		

set_active ()
    public    void                      set_active                ( bool                setting ) ;		

set_radio ()
    public    void                      set_radio                 ( bool                radio ) ;		


Created by Valadoc