AgsEffectSeparator

AgsEffectSeparator — A effect separator widget

Stability Level

Stable, unless otherwise indicated

Functions

Properties

char * effect Read / Write
char * filename Read / Write
char * text Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsEffectSeparator

Includes

#include <ags/widget/ags_effect_separator.h>

Description

AgsEffectSeparator is a widget representing an separator of effects.

Functions

ags_effect_separator_new ()

AgsEffectSeparator *
ags_effect_separator_new ();

Create a new instance of AgsEffectSeparator.

Returns

the new AgsEffectSeparator

Since: 3.0.0

Property Details

The “effect” property

  “effect”                   char *

The effect.

Owner: AgsEffectSeparator

Flags: Read / Write

Default value: NULL

Since: 3.0.0


The “filename” property

  “filename”                 char *

The filename.

Owner: AgsEffectSeparator

Flags: Read / Write

Default value: NULL

Since: 3.0.0


The “text” property

  “text”                     char *

The text.

Owner: AgsEffectSeparator

Flags: Read / Write

Default value: NULL

Since: 3.0.0