atk Reference Manual

Synopsis

public interface Selection {
    public    signal void               selection_changed         (  )  ;


    public    abstract bool             add_selection             ( int                 i ) ;
    public    abstract bool             clear_selection           (  ) ;
    public    abstract int              get_selection_count       (  ) ;
    public    abstract bool             is_child_selected         ( int                 i ) ;
    public    abstract weak Object      ref_selection             ( int                 i ) ;
    public    abstract bool             remove_selection          ( int                 i ) ;
    public    abstract bool             select_all_selection      (  ) ;
}

Description

Details

Signal Details

selection_changed
    public    signal void               selection_changed         (  )  ;		

Property Details

Method Details

add_selection ()
    public    abstract bool             add_selection             ( int                 i ) ;		

clear_selection ()
    public    abstract bool             clear_selection           (  ) ;		

get_selection_count ()
    public    abstract int              get_selection_count       (  ) ;		

is_child_selected ()
    public    abstract bool             is_child_selected         ( int                 i ) ;		

ref_selection ()
    public    abstract weak Object      ref_selection             ( int                 i ) ;		

remove_selection ()
    public    abstract bool             remove_selection          ( int                 i ) ;		

select_all_selection ()
    public    abstract bool             select_all_selection      (  ) ;		


Created by Valadoc