Package: gdk
Function gdk:offscreen-window-embedder
Lambda Listgdk:offscreen-window-embedder (window) SyntaxArgumentsDetails The embedding gdk:window object, or nil if window is
not an embedded offscreen window. The gdk:offscreen-window-embedder function gets the window that window is embedded in. The (setf gdk:offscreen-window-embedder) function sets window to be embedded in embedder. To fully embed an offscreen window, in addition to calling this function, it is also necessary to handle the "pick-embedded-child" signal on embedder and the "to-embedder" and "from-embedder" signals on window. | See also |
#2023-2-26