append_imgui_window#
- ImguiFigure.append_imgui_window(gui=None, *, location=None)[source]#
Append imgui elements to an existing edge window. Can also be used as a decorator.
- Parameters:
gui (callable | ImguiContainer, optional) – function that draws imgui elements, or an
ImguiContainersuch as anImguiColorbar. Omit when decorating.location (str, "left" | "right" | "top" | "bottom") – location of the existing window to append to