krähemann.com

AgsEffectSeparator

AgsEffectSeparator — A effect separator widget

Properties

gchar * effect Read / Write
gchar * filename Read / Write
gchar * text Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkHBox
                        ╰── AgsEffectSeparator

Implemented Interfaces

AgsEffectSeparator implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

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


AGS_EFFECT_SEPARATOR()

#define AGS_EFFECT_SEPARATOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_SEPARATOR, AgsEffectSeparator))

AGS_EFFECT_SEPARATOR_CLASS()

#define AGS_EFFECT_SEPARATOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_SEPARATOR, AgsEffectSeparatorClass))

AGS_EFFECT_SEPARATOR_GET_CLASS()

#define AGS_EFFECT_SEPARATOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_EFFECT_SEPARATOR, AgsEffectSeparatorClass))

AGS_IS_EFFECT_SEPARATOR()

#define AGS_IS_EFFECT_SEPARATOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_EFFECT_SEPARATOR))

AGS_IS_EFFECT_SEPARATOR_CLASS()

#define AGS_IS_EFFECT_SEPARATOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_EFFECT_SEPARATOR))

ags_effect_separator_get_type ()

GType
ags_effect_separator_get_type (void);

Types and Values

AGS_TYPE_EFFECT_SEPARATOR

#define AGS_TYPE_EFFECT_SEPARATOR                (ags_effect_separator_get_type())

struct AgsEffectSeparator

struct AgsEffectSeparator;

struct AgsEffectSeparatorClass

struct AgsEffectSeparatorClass {
  GtkHBoxClass hbox;
};

Property Details

The “effect” property

  “effect”                   gchar *

The effect.

Owner: AgsEffectSeparator

Flags: Read / Write

Default value: NULL

Since: 3.0.0


The “filename” property

  “filename”                 gchar *

The filename.

Owner: AgsEffectSeparator

Flags: Read / Write

Default value: NULL

Since: 3.0.0


The “text” property

  “text”                     gchar *

The text.

Owner: AgsEffectSeparator

Flags: Read / Write

Default value: NULL

Since: 3.0.0