Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_ResizeWindow.hrl
Raw

include/plushie@command_ResizeWindow.hrl

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