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

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

Required methods

fn get_pixbuf(&self) -> Option<Pixbuf>

fn get_surface(&self) -> Option<Surface>

Loading content...

Implementors

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

Loading content...