Class

MetaBackgroundActor

Description [src]

final class Meta.BackgroundActor : Clutter.Actor {
  /* 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 MetaBackgroundActor implements_0 AtkImplementorIface this--implements_0 implements_1 ClutterAnimatable this--implements_1 implements_2 ClutterContainer this--implements_2 implements_3 ClutterScriptable this--implements_3 ancestor_0 ClutterActor ancestor_0--this ancestor_1 GInitiallyUnowned ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Ancestors

  • ClutterActor
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • ClutterAnimatable
  • ClutterContainer
  • ClutterScriptable

Constructors

meta_background_actor_new

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

Properties

Meta.BackgroundActor:meta-display
No description available.
Meta.BackgroundActor:monitor
No description available.

Class structure

struct MetaBackgroundActorClass {
  ClutterActorClass parent_class;
  
}
Class members
parent_class
ClutterActorClass
  No description available.