Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_SetIcon.hrl
Raw

include/plushie@command_SetIcon.hrl

-record(set_icon, {
window_id :: binary(),
rgba_data :: bitstring(),
width :: integer(),
height :: integer()
}).