Class

MetaBackground

Description [src]

final class Meta.Background : 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 MetaBackground ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Constructors

meta_background_new
No description available.

Instance methods

meta_background_set_blend
No description available.
meta_background_set_color
No description available.
meta_background_set_file

Set the background to file.

meta_background_set_gradient
No description available.

Properties

Meta.Background:meta-display
No description available.

Signals

Meta.Background::changed
No description available.

Class structure

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

Functions

meta_background_refresh_all
No description available.