Class

MetaBackgroundContent

Description [src]

final class Meta.BackgroundContent : GObject.Object {
  /* No available fields */
}

This class handles tracking and painting the root window background. By integrating with MetaWindowGroup we can avoid painting parts of the background that are obscured by other windows.

Hierarchy

hierarchy this MetaBackgroundContent implements_0 ClutterContent this--implements_0 ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Implements

  • ClutterContent

Instance methods

meta_background_content_set_background
No description available.
meta_background_content_set_gradient
No description available.
meta_background_content_set_rounded_clip_bounds

Sets the bounding clip rectangle of the MetaBackgroundContent that’s used when a rounded clip set via meta_background_content_set_rounded_clip_radius() is in effect, set it to NULL to use no bounding clip, rounding the edges of the full texture.

meta_background_content_set_vignette
No description available.

Properties

Meta.BackgroundContent:background
No description available.
Meta.BackgroundContent:brightness
No description available.
Meta.BackgroundContent:gradient
No description available.
Meta.BackgroundContent:gradient-height
No description available.
Meta.BackgroundContent:meta-display
No description available.
Meta.BackgroundContent:monitor
No description available.
Meta.BackgroundContent:rounded-clip-radius
No description available.
Meta.BackgroundContent:vignette
No description available.
Meta.BackgroundContent:vignette-sharpness
No description available.

Class structure

struct MetaBackgroundContentClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.

Functions

meta_background_content_new

Creates a new actor to draw the background for the given monitor.