ImguiWindow#

ImguiWindow#

Constructor#

ImguiWindow([update_call])

An imgui window drawn within a Figure.

Properties#

ImguiWindow.collapsed

ImguiWindow.height

height of the window

ImguiWindow.location

location of the window

ImguiWindow.size

edge or toolbar thickness in pixels, None for floating and fractional windows

ImguiWindow.width

width of the window

ImguiWindow.window_flags

imgui window flags

ImguiWindow.x

canvas x position of the window

ImguiWindow.y

canvas y position of the window

Methods#

ImguiWindow.draw()

helps simplify using imgui by managing window creation & position, and pushing/popping the ID

ImguiWindow.update()

Implement your GUI here and it will be drawn within the window.