Type Definition xcb::xkb::BellNotifyEvent[][src]

type BellNotifyEvent = Event<xcb_xkb_bell_notify_event_t>;

Implementations

impl BellNotifyEvent[src]

pub fn xkb_type(&self) -> u8[src]

pub fn time(&self) -> Timestamp[src]

pub fn device_i_d(&self) -> u8[src]

pub fn bell_class(&self) -> u8[src]

pub fn bell_i_d(&self) -> u8[src]

pub fn percent(&self) -> u8[src]

pub fn pitch(&self) -> u16[src]

pub fn duration(&self) -> u16[src]

pub fn name(&self) -> Atom[src]

pub fn window(&self) -> Window[src]

pub fn event_only(&self) -> bool[src]

pub fn new(
    xkb_type: u8,
    time: Timestamp,
    device_i_d: u8,
    bell_class: u8,
    bell_i_d: u8,
    percent: u8,
    pitch: u16,
    duration: u16,
    name: Atom,
    window: Window,
    event_only: bool
) -> BellNotifyEvent
[src]

Constructs a new BellNotifyEvent response_type will be set automatically to BELL_NOTIFY