Trait gtk::OffscreenWindowExt
[−]
[src]
pub trait OffscreenWindowExt {
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>
Implementors
impl<O: IsA<OffscreenWindow>> OffscreenWindowExt for O