Trait gtk::prelude::OffscreenWindowExt[][src]

pub trait OffscreenWindowExt: 'static {
    fn get_pixbuf(&self) -> Option<Pixbuf>;
fn get_surface(&self) -> Option<Surface>; }

Required methods

fn get_pixbuf(&self) -> Option<Pixbuf>[src]

fn get_surface(&self) -> Option<Surface>[src]

Loading content...

Implementors

impl<O: IsA<OffscreenWindow>> OffscreenWindowExt for O[src]

Loading content...