.. _tutorial_popups:
##############################
Right-click context popups
##############################
Two ``[container]`` rails that attach a right-click context menu to a
target. ``popup_context_item`` attaches to the **previously submitted
item**; ``popup_context_window`` attaches to the **enclosing window**.
Both are ``stateless_finalize`` — ImGui owns open/close internally,
the body runs only while the popup is visible.
.. code-block:: das
popup_context_item(IDENT, (str_id = "..",
flags = ImGuiPopupFlags.MouseButtonRight)) {