remove_imgui_window#

ImguiFigure.remove_imgui_window(location)[source]#

Remove and return the edge imgui window at the given location

Parameters:

location (str) – “left” | “right” | “top” | “bottom”

Returns:

the removed window, it can be added again later

Return type:

ImguiWindow