AgsOscillator

AgsOscillator — oscillator

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkFrame
                            ╰── AgsOscillator

Implemented Interfaces

AgsOscillator implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/machine/ags_oscillator.h>

Description

The AgsOscillator is a composite widget to act as oscillator.

Functions

ags_file_read_oscillator ()

void
ags_file_read_oscillator (AgsFile *file,
                          xmlNode *node,
                          AgsOscillator **oscillator);


ags_file_write_oscillator ()

xmlNode *
ags_file_write_oscillator (AgsFile *file,
                           xmlNode *parent,
                           AgsOscillator *oscillator);


ags_oscillator_new ()

AgsOscillator *
ags_oscillator_new ();

Creates an AgsOscillator

Returns

a new AgsOscillator

Since: 0.3

Types and Values