[][src]Trait glk::traits::Hyperlinks

pub trait Hyperlinks {
    fn set_hyperlink(&mut self, linkval: u32);
fn set_hyperlink_stream(&mut self, str: strid_t, linkval: u32);
fn request_hyperlink_event(&mut self, win: winid_t);
fn cancel_hyperlink_event(&mut self, win: winid_t); }

GLK_MODULE_HYPERLINKS

Required methods

Set the current link value in the current output stream. A link value is any non-zero

  • integer; zero indicates no link. Subsequent text output is considered to make up the body
  • of the link, which continues until the link value is changed (or set to zero).

Set the current link value in an arbitrary output stream.

Request an event when the user clicks a hyperlink.

Stop requesting an event when the user clicks a hyperlink.

Loading content...

Implementors

Loading content...