Method
GdkWindowget_effective_parent
since: 2.22
Declaration [src]
GdkWindow*
gdk_window_get_effective_parent (
GdkWindow* window
)
Description [src]
Obtains the parent of window
, as known to GDK. Works like
gdk_window_get_parent()
for normal windows, but returns the
window’s embedder for offscreen windows.
See also: gdk_offscreen_window_get_embedder().
Available since: 2.22
Return value
Type: GdkWindow
Effective parent of window
.
The returned data is owned by the instance. |