cairo Reference Manual

Synopsis

public class XlibSurface : Surface  {
    public                              XlibSurface               ( void**              dpy,
                                                                    int                 drawable,
                                                                    void**              visual,
                                                                    int                 width,
                                                                    int                 height ) ;
    public                              XlibSurface.for_bitmap    ( void**              dpy,
                                                                    int                 bitmap,
                                                                    void**              screen,
                                                                    int                 width,
                                                                    int                 height ) ;


    public    void                      set_size                  ( int                 width,
                                                                    int                 height ) ;
    public    void**                    get_display               (  ) ;
    public    void**                    get_screen                (  ) ;
    public    void                      set_drawable              ( int                 drawable,
                                                                    int                 width,
                                                                    int                 height ) ;
    public    int                       get_drawable              (  ) ;
    public    void**                    get_visual                (  ) ;
    public    int                       get_width                 (  ) ;
    public    int                       get_height                (  ) ;
    public    int                       get_depth                 (  ) ;
}

XlibSurface Description

Details

Constructor Details

XlibSurface ()
    public                              XlibSurface               ( void**              dpy,
                                                                    int                 drawable,
                                                                    void**              visual,
                                                                    int                 width,
                                                                    int                 height ) ;		

XlibSurface.for_bitmap ()
    public                              XlibSurface.for_bitmap    ( void**              dpy,
                                                                    int                 bitmap,
                                                                    void**              screen,
                                                                    int                 width,
                                                                    int                 height ) ;		

Field Details

Signal Details

Property Details

Method Details

set_size ()
    public    void                      set_size                  ( int                 width,
                                                                    int                 height ) ;		

get_display ()
    public    void**                    get_display               (  ) ;		

get_screen ()
    public    void**                    get_screen                (  ) ;		

set_drawable ()
    public    void                      set_drawable              ( int                 drawable,
                                                                    int                 width,
                                                                    int                 height ) ;		

get_drawable ()
    public    int                       get_drawable              (  ) ;		

get_visual ()
    public    void**                    get_visual                (  ) ;		

get_width ()
    public    int                       get_width                 (  ) ;		

get_height ()
    public    int                       get_height                (  ) ;		

get_depth ()
    public    int                       get_depth                 (  ) ;		


Created by Valadoc