Trait gdk::DrawingContextExt[][src]

pub trait DrawingContextExt: 'static {
    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

fn get_cairo_context(&self) -> Option<Context>[src]

fn get_clip(&self) -> Option<Region>[src]

fn get_window(&self) -> Option<Window>[src]

fn is_valid(&self) -> bool[src]

Loading content...

Implementors

impl<O: IsA<DrawingContext>> DrawingContextExt for O[src]

Loading content...