Method

GdkX11X11Surfaceset_skip_taskbar_hint

deprecated: 4.18 

Declaration [src]

void
gdk_x11_surface_set_skip_taskbar_hint (
  GdkSurface* surface,
  gboolean skips_taskbar
)

Description [src]

Sets a hint on surface that taskbars should not display it. See the EWMH for details.

Deprecated since: 4.18

Please do not use it in newly written code.

Parameters

skips_taskbar

Type: gboolean

TRUE to skip taskbars.