atk Reference Manual

Synopsis

public interface EditableText {
    public    abstract void             copy_text                 ( int                 start_pos,
                                                                    int                 end_pos ) ;
    public    abstract void             cut_text                  ( int                 start_pos,
                                                                    int                 end_pos ) ;
    public    abstract void             delete_text               ( int                 start_pos,
                                                                    int                 end_pos ) ;
    public    abstract void             insert_text               ( string              str,
                                                                    int                 length,
                                                                    int                 position ) ;
    public    abstract void             paste_text                ( int                 position ) ;
    public    abstract bool             set_run_attributes        ( AttributeSet        attrib_set,
                                                                    int                 start_offset,
                                                                    int                 end_offset ) ;
    public    abstract void             set_text_contents         ( string              str ) ;
}

Description

Details

Signal Details

Property Details

Method Details

copy_text ()
    public    abstract void             copy_text                 ( int                 start_pos,
                                                                    int                 end_pos ) ;		

cut_text ()
    public    abstract void             cut_text                  ( int                 start_pos,
                                                                    int                 end_pos ) ;		

delete_text ()
    public    abstract void             delete_text               ( int                 start_pos,
                                                                    int                 end_pos ) ;		

insert_text ()
    public    abstract void             insert_text               ( string              str,
                                                                    int                 length,
                                                                    int                 position ) ;		

paste_text ()
    public    abstract void             paste_text                ( int                 position ) ;		

set_run_attributes ()
    public    abstract bool             set_run_attributes        ( AttributeSet        attrib_set,
                                                                    int                 start_offset,
                                                                    int                 end_offset ) ;		

set_text_contents ()
    public    abstract void             set_text_contents         ( string              str ) ;		


Created by Valadoc