Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@event_WidgetKeyBinding.hrl
Raw

include/plushie@event_WidgetKeyBinding.hrl

-record(widget_key_binding, {
id :: binary(),
scope :: list(binary()),
value :: binary()
}).