Trait gdk::prelude::CursorExt
[−]
[src]
pub trait CursorExt {
fn get_cursor_type(&self) -> CursorType;
fn get_display(&self) -> Display;
fn get_image(&self) -> Option<Pixbuf>;
fn get_surface(&self) -> (Option<Surface>, f64, f64);
fn get_property_cursor_type(&self) -> CursorType;
fn get_property_display(&self) -> Option<Display>;
}