Function
GdkX11x11_get_parent_relative_pattern
unstable deprecated: 3.24 since: 3.24.2
Declaration [src]
cairo_pattern_t*
gdk_x11_get_parent_relative_pattern (
void
)
Description [src]
Used with gdk_window_set_background_pattern()
to inherit background from
parent window. Useful for imitating transparency when compositing is not
available. Otherwise behaves like a transparent pattern.
Available since: 3.24.2
Deprecated since: 3.24
Don’t use this function.
Return value
Type: cairo_pattern_t
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |