Struct pnmixerlib::ui_hotkey_dialog::HotkeyDialog [] [src]

pub struct HotkeyDialog { /* fields omitted */ }

Hotkey dialog struct holding the relevant gtk widgets.

Methods

impl HotkeyDialog
[src]

Creates a new hotkey dialog.

Runs the hotkey dialog and returns a String representing the hotkey that has been pressed.

Trait Implementations

impl Drop for HotkeyDialog
[src]

A method called when the value goes out of scope. Read more