Top | ![]() |
![]() |
![]() |
![]() |
AgsSynthInputPad * | ags_synth_input_pad_new () |
#define | AGS_IS_SYNTH_INPUT_PAD() |
#define | AGS_SYNTH_INPUT_PAD() |
#define | AGS_SYNTH_INPUT_PAD_CLASS() |
#define | AGS_SYNTH_INPUT_PAD_GET_CLASS() |
GType | ags_synth_input_pad_get_type () |
#define | AGS_TYPE_SYNTH_INPUT_PAD |
struct | AgsSynthInputPad |
struct | AgsSynthInputPadClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPad ╰── AgsSynthInputPad
AgsSynthInputPad implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.
AgsSynthInputPad *
ags_synth_input_pad_new (AgsChannel *channel
);
Create a new instance of AgsSynthInputPad
Since: 2.0.0
#define AGS_IS_SYNTH_INPUT_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_INPUT_PAD))
#define AGS_SYNTH_INPUT_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPad))
#define AGS_SYNTH_INPUT_PAD_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPadClass))
#define AGS_SYNTH_INPUT_PAD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPadClass))