open_popup# ImguiFigure.open_popup(name, pos, **kwargs)[source]# Open a registered popup Parameters: name (str) – The registered name of the popup pos (int, int) – x_pos, y_pos for the popup kwargs – any additional kwargs to pass to the Popup’s open() method