Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_SetMinSize.hrl
Raw

include/plushie@command_SetMinSize.hrl

-record(set_min_size, {
window_id :: binary(),
width :: float(),
height :: float()
}).