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 ( ) ;
}

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 ( ) ;
Created by Valadoc