Function XdgPopup.onConfigure

configure the popup surface

void onConfigure (
  void delegate(XdgPopup, int, int, int, int) dg
) @property;

This event asks the popup surface to configure itself given the configuration. The configured state should not be applied immediately. See xdg_surface.configure for details.

The x and y arguments represent the position the popup was placed at given the xdg_positioner rule, relative to the upper left corner of the window geometry of the parent surface.