AgsPlaybackWindow

AgsPlaybackWindow — The playback dialog

Functions

Properties

GObject * application-context Read / Write
AgsWindow * main-window Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── AgsPlaybackWindow

Implemented Interfaces

AgsPlaybackWindow implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/ags_playback_window.h>

Description

AgsPlaybackWindow lets you playback to audio files.

Functions

ags_playback_window_new ()

AgsPlaybackWindow *
ags_playback_window_new ();

Instantiate an AgsPlaybackWindow

Returns

an AgsPlaybackWindow

Since: 1.0.0


AGS_IS_PLAYBACK_WINDOW()

#define AGS_IS_PLAYBACK_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAYBACK_WINDOW))

AGS_PLAYBACK_WINDOW()

#define AGS_PLAYBACK_WINDOW(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAYBACK_WINDOW, AgsPlaybackWindow))

AGS_PLAYBACK_WINDOW_CLASS()

#define AGS_PLAYBACK_WINDOW_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAYBACK_WINDOW, AgsPlaybackWindowClass))

AGS_PLAYBACK_WINDOW_GET_CLASS()

#define AGS_PLAYBACK_WINDOW_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLAYBACK_WINDOW, AgsPlaybackWindowClass))

ags_playback_window_get_type ()

GType
ags_playback_window_get_type (void);

Types and Values

enum AgsPlaybackWindowFlags

Members

AGS_PLAYBACK_WINDOW_CONNECTED

   

AGS_TYPE_PLAYBACK_WINDOW

#define AGS_TYPE_PLAYBACK_WINDOW                (ags_playback_window_get_type())

struct AgsPlaybackWindow

struct AgsPlaybackWindow;

struct AgsPlaybackWindowClass

struct AgsPlaybackWindowClass {
  GtkWindowClass window;
};

Property Details

The “application-context” property

  “application-context”      GObject *

The assigned AgsApplicationContext to give control of application.

Flags: Read / Write

Since: 1.0.0


The “main-window” property

  “main-window”              AgsWindow *

The assigned AgsWindow.

Flags: Read / Write

Since: 1.0.0