[][src]Type Definition kas::widget::AccelLabel

type AccelLabel = Label<AccelString>;

A label supporting an accelerator key

Accelerator keys are not useful on plain labels, but this widget may be embedded within a parent (e.g. CheckBox uses this).

Implementations

impl AccelLabel[src]

pub fn keys(&self) -> &[VirtualKeyCode][src]

Get the accelerator keys

Trait Implementations

impl Layout for AccelLabel[src]

impl SetAccel for AccelLabel[src]