gtk+-2.0 Reference Manual

Synopsis

public class CheckMenuItem : MenuItem, Implementor, Buildable  {
    public    uint                      always_show_toggle ;


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


    public                              CheckMenuItem             (  ) ;
    public                              CheckMenuItem.with_label  ( string              label ) ;
    public                              CheckMenuItem.with_mnemonic ( string              label ) ;


    public    signal void               toggled                   (  )  ;


    public    bool                      get_active                (  ) ;
    public    bool                      get_draw_as_radio         (  ) ;
    public    bool                      get_inconsistent          (  ) ;
    public    void                      set_active                ( bool                is_active ) ;
    public    void                      set_draw_as_radio         ( bool                draw_as_radio ) ;
    public    void                      set_inconsistent          ( bool                setting ) ;
    public    virtual void              draw_indicator            ( Gdk.Rectangle       area ) ;
}

CheckMenuItem Description

Details

Constructor Details

CheckMenuItem ()
    public                              CheckMenuItem             (  ) ;		

CheckMenuItem.with_label ()
    public                              CheckMenuItem.with_label  ( string              label ) ;		

CheckMenuItem.with_mnemonic ()
    public                              CheckMenuItem.with_mnemonic ( string              label ) ;		

Field Details

always_show_toggle
    public    uint                      always_show_toggle ;		

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

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

Method Details

get_active ()
    public    bool                      get_active                (  ) ;		

get_draw_as_radio ()
    public    bool                      get_draw_as_radio         (  ) ;		

get_inconsistent ()
    public    bool                      get_inconsistent          (  ) ;		

set_active ()
    public    void                      set_active                ( bool                is_active ) ;		

set_draw_as_radio ()
    public    void                      set_draw_as_radio         ( bool                draw_as_radio ) ;		

set_inconsistent ()
    public    void                      set_inconsistent          ( bool                setting ) ;		

draw_indicator ()
    public    virtual void              draw_indicator            ( Gdk.Rectangle       area ) ;		


Created by Valadoc