gtk+-2.0 Reference Manual

Synopsis

public class ToggleAction : Action, Buildable  {
    public    weak bool                 active                    { get; set; } ;
    public    weak bool                 draw_as_radio             { get; set; } ;


    public                              ToggleAction              ( string              name,
                                                                    string?             label,
                                                                    string?             tooltip,
                                                                    string?             stock_id ) ;


    public    signal void               toggled                   (  )  ;


    public    bool                      get_active                (  ) ;
    public    bool                      get_draw_as_radio         (  ) ;
    public    void                      set_active                ( bool                is_active ) ;
    public    void                      set_draw_as_radio         ( bool                draw_as_radio ) ;
}

ToggleAction Description

Details

Constructor Details

ToggleAction ()
    public                              ToggleAction              ( string              name,
                                                                    string?             label,
                                                                    string?             tooltip,
                                                                    string?             stock_id ) ;		

Field Details

Signal Details

toggled
    public    signal void               toggled                   (  )  ;		

Property Details

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

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

Method Details

get_active ()
    public    bool                      get_active                (  ) ;		

get_draw_as_radio ()
    public    bool                      get_draw_as_radio         (  ) ;		

set_active ()
    public    void                      set_active                ( bool                is_active ) ;		

set_draw_as_radio ()
    public    void                      set_draw_as_radio         ( bool                draw_as_radio ) ;		


Created by Valadoc