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_property_cursor_type(&self) -> CursorType;
fn get_property_display(&self) -> Option<Display>;
fn connect_property_cursor_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> u64;
fn connect_property_display_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> u64; }

Required Methods

Implementors