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.setNextWindowContentSize

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

set next window content size (~ scrollable client area, which enforce the range of scrollbars). Not including window decorations (title bar, menu bar, etc.) nor WindowPadding. set an axis to 0.0f to leave it automatic. call before Begin()