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

Required Methods

Implementations on Foreign Types

Implementors