Reference Manual - 1.2.7
IDirectFBWindow   Bind

Bind a window at the specified position of this window.

DFBResult Bind (
  IDirectFBWindow   * thiz,
  IDirectFBWindow   * window,
  int   x,
  int   y
);

After binding, bound window will be automatically moved when this window moves to a new position.
Binding the same window to multiple windows is not supported. Subsequent call to Bind() automatically unbounds the bound window before binding it again.
To move the bound window to a new position call Bind() again with the new coordinates.

Creative Commons License This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License