Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/imgui.ts>imgui.setNextItemWidth

Deno Window Manager: Cross-platform window creation and management
Go to Latest
function imgui.setNextItemWidth
import { imgui } from "https://deno.land/x/dwm@0.3.4/ext/imgui.ts";
const { setNextItemWidth } = imgui;

set width of the next common large "item+label" widget. >0.0f: width in pixels; <0.0f: align xx pixels to the right of window (so -FLT_MIN always align width to the right side).

Parameters

item_width: number