Function XdgPopup.onPopupDone

popup interaction is done

void onPopupDone (
  void delegate(XdgPopup) dg
) @property;

The popup_done event is sent out when a popup is dismissed by the compositor. The client should destroy the xdg_popup object at this point.