Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_SetResizeIncrements.hrl
Raw

include/plushie@command_SetResizeIncrements.hrl

-record(set_resize_increments, {
window_id :: binary(),
width :: gleam@option:option(float()),
height :: gleam@option:option(float())
}).