Package: gdk

Function gdk:window-reparent

Lambda List

gdk:window-reparent (window parent x y)

Arguments

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

Details

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

See also

#2023-2-26