vala-1.0 Reference Manual

Synopsis

public class SwitchSection : Block  {
    public                              SwitchSection             ( SourceReference     source_reference ) ;


    public    void                      add_label                 ( SwitchLabel         label ) ;
    public    Gee.Collection< SwitchLabel >  get_labels                (  ) ;
    public    bool                      has_default_label         (  ) ;
}

SwitchSection Description

Details

Constructor Details

SwitchSection ()
    public                              SwitchSection             ( SourceReference     source_reference ) ;		

Field Details

Signal Details

Property Details

Method Details

add_label ()
    public    void                      add_label                 ( SwitchLabel         label ) ;		

get_labels ()
    public    Gee.Collection< SwitchLabel >  get_labels                (  ) ;		

has_default_label ()
    public    bool                      has_default_label         (  ) ;		


Created by Valadoc