ev-transition-effect

ev-transition-effect

Functions

Properties

EvTransitionEffectAlignment alignment Read / Write
int angle Read / Write
EvTransitionEffectDirection direction Read / Write
int duration Read / Write
gboolean rectangular Read / Write
double scale Read / Write
EvTransitionEffectType type Read / Write

Types and Values

Object Hierarchy

    GEnum
    ├── EvTransitionEffectAlignment
    ├── EvTransitionEffectDirection
    ╰── EvTransitionEffectType
    GObject
    ╰── EvTransitionEffect

Description

Functions

ev_transition_effect_new ()

EvTransitionEffect *
ev_transition_effect_new (EvTransitionEffectType type,
                          const gchar *first_property_name,
                          ...);

Types and Values

enum EvTransitionEffectType

Members

EV_TRANSITION_EFFECT_REPLACE

   

EV_TRANSITION_EFFECT_SPLIT

   

EV_TRANSITION_EFFECT_BLINDS

   

EV_TRANSITION_EFFECT_BOX

   

EV_TRANSITION_EFFECT_WIPE

   

EV_TRANSITION_EFFECT_DISSOLVE

   

EV_TRANSITION_EFFECT_GLITTER

   

EV_TRANSITION_EFFECT_FLY

   

EV_TRANSITION_EFFECT_PUSH

   

EV_TRANSITION_EFFECT_COVER

   

EV_TRANSITION_EFFECT_UNCOVER

   

EV_TRANSITION_EFFECT_FADE

   

enum EvTransitionEffectAlignment

Members

EV_TRANSITION_ALIGNMENT_HORIZONTAL

   

EV_TRANSITION_ALIGNMENT_VERTICAL

   

enum EvTransitionEffectDirection

Members

EV_TRANSITION_DIRECTION_INWARD

   

EV_TRANSITION_DIRECTION_OUTWARD

   

EvTransitionEffect

typedef struct EvTransitionEffect      EvTransitionEffect;

EvTransitionEffectClass

typedef struct EvTransitionEffectClass EvTransitionEffectClass;

Property Details

The “alignment” property

  “alignment”                EvTransitionEffectAlignment

Alignment for the effect.

Owner: EvTransitionEffect

Flags: Read / Write

Default value: EV_TRANSITION_ALIGNMENT_HORIZONTAL


The “angle” property

  “angle”                    int

Effect angle in degrees, counted counterclockwise from left to right.

Owner: EvTransitionEffect

Flags: Read / Write

Allowed values: [0,360]

Default value: 0


The “direction” property

  “direction”                EvTransitionEffectDirection

Direction for the effect.

Owner: EvTransitionEffect

Flags: Read / Write

Default value: EV_TRANSITION_DIRECTION_INWARD


The “duration” property

  “duration”                 int

Effect duration in seconds.

Owner: EvTransitionEffect

Flags: Read / Write

Allowed values: >= 0

Default value: 0


The “rectangular” property

  “rectangular”              gboolean

Whether the covered area is rectangular.

Owner: EvTransitionEffect

Flags: Read / Write

Default value: FALSE


The “scale” property

  “scale”                    double

Scale at which the effect is applied.

Owner: EvTransitionEffect

Flags: Read / Write

Allowed values: [0,1]

Default value: 1


The “type” property

  “type”                     EvTransitionEffectType

Page transition effect type.

Owner: EvTransitionEffect

Flags: Read / Write

Default value: EV_TRANSITION_EFFECT_REPLACE