Trait gdk::prelude::GdkPixbufExt

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

Required Methods§

source

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

Implementations on Foreign Types§

source§

impl GdkPixbufExt for Pixbuf

source§

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

Implementors§