Top | ![]() |
![]() |
![]() |
![]() |
AgsSynthInputLine * | ags_synth_input_line_new () |
#define | AGS_IS_SYNTH_INPUT_LINE() |
#define | AGS_SYNTH_INPUT_LINE() |
#define | AGS_SYNTH_INPUT_LINE_CLASS() |
#define | AGS_SYNTH_INPUT_LINE_GET_CLASS() |
GType | ags_synth_input_line_get_type () |
#define | AGS_TYPE_SYNTH_INPUT_LINE |
struct | AgsSynthInputLine |
struct | AgsSynthInputLineClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsLine ╰── AgsSynthInputLine
AgsSynthInputLine implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.
AgsSynthInputLine *
ags_synth_input_line_new (AgsChannel *channel
);
Create a new instance of AgsSynthInputLine
Since: 2.0.0
#define AGS_IS_SYNTH_INPUT_LINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_INPUT_LINE))
#define AGS_SYNTH_INPUT_LINE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_INPUT_LINE, AgsSynthInputLine))
#define AGS_SYNTH_INPUT_LINE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SYNTH_INPUT_LINE, AgsSynthInputLineClass))
#define AGS_SYNTH_INPUT_LINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SYNTH_INPUT_LINE, AgsSynthInputLineClass))