Package: gdk

Function gdk-window-reparent

Lambda List

gdk-window-reparent (window new-parent x y)

Arguments

window -- a gdk-window object
new-parent -- new gdk-window parent to move window into
x -- a :int with the x location inside the new parent
y -- a :int with the y location inside the new parent

Details

Reparents window into the given new-parent. The window being reparented will be unmapped as a side effect.
 

See also

2020-9-22