Current section
Files
Jump to
Current section
Files
include/plushie@command_SetResizeIncrements.hrl
-record(set_resize_increments, {
window_id :: binary(),
width :: gleam@option:option(float()),
height :: gleam@option:option(float())
}).