Trait gdk::CursorExt
[−]
[src]
pub trait CursorExt {
fn get_cursor_type(&self) -> CursorType;
fn get_display(&self) -> Display;
fn get_image(&self) -> Option<Pixbuf>;
fn connect_property_cursor_type_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_display_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
Required Methods
fn get_cursor_type(&self) -> CursorType
fn get_display(&self) -> Display
fn get_image(&self) -> Option<Pixbuf>
fn connect_property_cursor_type_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_display_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId