BGCrossfade
Object Hierarchy:
Description:
[
CCode ( type_id =
"gnome_bg_crossfade_get_type ()" ) ]
public class BGCrossfade :
Object
Content:
Properties:
- public int height { get; construct; }
When a crossfade is running, this is height of the fading surface.
- public int width { get; construct; }
When a crossfade is running, this is width of the fading surface.
Creation methods:
Methods:
- public bool is_started ()
This function reveals whether or not this
is currently running on a window.
- public bool set_end_surface (Surface surface)
Before initiating a crossfade with
start a start and end surface have to be set.
- public bool set_start_surface (Surface surface)
Before initiating a crossfade with
start a start and end surface have to be set.
- public void start (Window window)
This function initiates a quick crossfade between two surfaces on the
background of window.
- public void stop ()
This function stops any in progress crossfades that may be happening.
Signals:
Inherited Members:
All known members inherited from class GLib.Object