Trait gdk::prelude::DrawingContextExt [] [src]

pub trait DrawingContextExt {
    fn get_cairo_context(&self) -> Option<Context>;
    fn get_clip(&self) -> Option<Region>;
    fn get_window(&self) -> Option<Window>;
    fn is_valid(&self) -> bool;
}

Required Methods

Implementors