[][src]Trait gdk::DrawingContextExt

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>

fn get_clip(&self) -> Option<Region>

fn get_window(&self) -> Option<Window>

fn is_valid(&self) -> bool

Loading content...

Implementors

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

Loading content...