ImguiContainer#

ImguiContainer#

Constructor#

ImguiContainer()

Base class for imgui GUIs that are drawn inline within a window, for example an ImguiColorbar or a LegendItem.

Properties#

ImguiContainer.figure

the figure this container is drawn in

Methods#

ImguiContainer.draw()

pushes and pops the ID to keep identical containers unique within one frame

ImguiContainer.update()

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