Method

GdkWindowget_decorations

Declaration [src]

gboolean
gdk_window_get_decorations (
  GdkWindow* window,
  GdkWMDecoration* decorations
)

Description [src]

Returns the decorations set on the GdkWindow with gdk_window_set_decorations().

Parameters

decorations

Type: GdkWMDecoration

The window decorations will be written here.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.

Return value

Type: gboolean

TRUE if the window has decorations set, FALSE otherwise.