AgsPanel

AgsPanel — panel

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

#define AGS_TYPE_PANEL
struct AgsPanel
struct AgsPanelClass

Object Hierarchy

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

Implemented Interfaces

AgsPanel implements AtkImplementorIface, GtkBuildable and AgsConnectable.

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);

Create a new instance of AgsPanel

Parameters

soundcard

the assigned soundcard.

 

Returns

the new AgsPanel

Since: 3.0.0


AGS_IS_PANEL()

#define AGS_IS_PANEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE(obj, AGS_TYPE_PANEL))

AGS_IS_PANEL_CLASS()

#define AGS_IS_PANEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PANEL))

AGS_PANEL()

#define AGS_PANEL(obj)                ((AgsPanel*) G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_PANEL, AgsPanel))

AGS_PANEL_CLASS()

#define AGS_PANEL_CLASS(class)        ((AgsPanelClass*) G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PANEL, AgsPanelClass))

AGS_PANEL_GET_CLASS()

#define AGS_PANEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PANEL, AgsPanelClass))

ags_panel_get_type ()

GType
ags_panel_get_type (void);

Types and Values

AGS_TYPE_PANEL

#define AGS_TYPE_PANEL                (ags_panel_get_type())

struct AgsPanel

struct AgsPanel;

struct AgsPanelClass

struct AgsPanelClass {
  AgsMachineClass machine;
};