[−][src]Type Definition xcb::xproto::GraphicsExposureEvent  
type GraphicsExposureEvent = Event<xcb_graphics_exposure_event_t>;
Methods
impl GraphicsExposureEvent[src]
pub fn drawable(&self) -> Drawable[src]
pub fn x(&self) -> u16[src]
pub fn y(&self) -> u16[src]
pub fn width(&self) -> u16[src]
pub fn height(&self) -> u16[src]
pub fn minor_opcode(&self) -> u16[src]
pub fn count(&self) -> u16[src]
pub fn major_opcode(&self) -> u8[src]
pub fn new(
    drawable: Drawable, 
    x: u16, 
    y: u16, 
    width: u16, 
    height: u16, 
    minor_opcode: u16, 
    count: u16, 
    major_opcode: u8
) -> GraphicsExposureEvent[src]
drawable: Drawable,
x: u16,
y: u16,
width: u16,
height: u16,
minor_opcode: u16,
count: u16,
major_opcode: u8
) -> GraphicsExposureEvent
Constructs a new GraphicsExposureEvent
response_type will be set automatically to GRAPHICS_EXPOSURE