[][src]Trait gdk::prelude::GdkPixbufExt

pub trait GdkPixbufExt {
    fn create_surface<W: IsA<Window>>(
        &self,
        scale: i32,
        for_window: Option<&W>
    ) -> Option<Surface>; }

Required methods

fn create_surface<W: IsA<Window>>(
    &self,
    scale: i32,
    for_window: Option<&W>
) -> Option<Surface>

Loading content...

Implementations on Foreign Types

impl GdkPixbufExt for Pixbuf[src]

Loading content...

Implementors

Loading content...