pub trait GdkSurfaceExt {
    // Required method
    fn create_region(&self) -> Option<Region>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl GdkSurfaceExt for Surface

Implementors§