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

public CheckMenuItem ( ) ;
public CheckMenuItem.with_label ( string label ) ;
public CheckMenuItem.with_mnemonic ( string label ) ;
public uint always_show_toggle ;
public signal void toggled ( ) ;
public weak bool active { get; set; } ;
public weak bool draw_as_radio { get; set; } ;
public weak bool inconsistent { get; set; } ;
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 ) ;
Created by Valadoc