Method
GdkWindowget_background_pattern
deprecated: 3.22 since: 2.22
Declaration [src]
cairo_pattern_t*
gdk_window_get_background_pattern (
GdkWindow* window
)
Description [src]
Gets the pattern used to clear the background on window
.
Available since: 2.22
Deprecated since: 3.22
Don’t use this function.
Return value
Type: cairo_pattern_t
The pattern to use for the
background or NULL
if there is no background.
The returned data is owned by the instance. |
The return value can be NULL . |