AgsPanel

AgsPanel — panel

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkHandleBox
                            ╰── AgsMachine
                                ╰── AgsPanel

Implemented Interfaces

AgsPanel implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.

Includes

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

Description

The AgsPanel is a composite widget to act as panel.

Functions

ags_panel_new ()

AgsPanel *
ags_panel_new (GObject *soundcard);

Creates an AgsPanel

Parameters

soundcard

the assigned soundcard.

 

Returns

a new AgsPanel

Since: 0.3

Types and Values