Top | ![]() |
![]() |
![]() |
![]() |
AgsDrum * | ags_drum_new () |
#define | AGS_DRUM() |
#define | AGS_DRUM_CLASS() |
#define | AGS_DRUM_GET_CLASS() |
#define | AGS_IS_DRUM() |
GType | ags_drum_get_type () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkHandleBox ╰── AgsMachine ╰── AgsDrum
AgsDrum implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsPlugin.
AgsDrum *
ags_drum_new (GObject *soundcard
);
Create a new instance of AgsDrum
Since: 2.0.0
#define AGS_DRUM_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DRUM, AgsDrumClass))
#define AGS_DRUM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DRUM, AgsDrumClass))