Trait nvim_gtk::cursor::Cursor [−][src]
Required methods
fn draw(
&self,
ctx: &Context,
font_ctx: &Context,
line_y: f64,
double_width: bool,
hl: &HighlightMap
) -> f64
[src]
&self,
ctx: &Context,
font_ctx: &Context,
line_y: f64,
double_width: bool,
hl: &HighlightMap
) -> f64
return cursor current alpha value
fn is_visible(&self) -> bool
[src]
fn mode_info(&self) -> Option<&ModeInfo>
[src]
Implementors
impl Cursor for EmptyCursor
[src]
fn draw(
&self,
_ctx: &Context,
_font_ctx: &Context,
_line_y: f64,
_double_width: bool,
_color: &HighlightMap
) -> f64
[src]
&self,
_ctx: &Context,
_font_ctx: &Context,
_line_y: f64,
_double_width: bool,
_color: &HighlightMap
) -> f64