atk Reference Manual

Synopsis

public interface Image {
    public    abstract weak string      get_image_description     (  ) ;
    public    abstract weak string      get_image_locale          (  ) ;
    public    abstract void             get_image_position        ( int                 x,
                                                                    int                 y,
                                                                    CoordType           coord_type ) ;
    public    abstract void             get_image_size            ( int                 width,
                                                                    int                 height ) ;
    public    abstract bool             set_image_description     ( string              description ) ;
}

Description

Details

Signal Details

Property Details

Method Details

get_image_description ()
    public    abstract weak string      get_image_description     (  ) ;		

get_image_locale ()
    public    abstract weak string      get_image_locale          (  ) ;		

get_image_position ()
    public    abstract void             get_image_position        ( int                 x,
                                                                    int                 y,
                                                                    CoordType           coord_type ) ;		

get_image_size ()
    public    abstract void             get_image_size            ( int                 width,
                                                                    int                 height ) ;		

set_image_description ()
    public    abstract bool             set_image_description     ( string              description ) ;		


Created by Valadoc