Top |
#define | AGS_EDITOR_CHILD() |
AgsEditorChild * | ags_editor_child_alloc () |
void | ags_editor_machine_changed () |
void | ags_editor_select_all () |
void | ags_editor_paste () |
void | ags_editor_copy () |
void | ags_editor_cut () |
void | ags_editor_invert () |
AgsEditor * | ags_editor_new () |
#define | AGS_EDITOR_DEFAULT_VERSION |
#define | AGS_EDITOR_DEFAULT_BUILD_ID |
#define | AGS_EDITOR_DEFAULT |
enum | AgsEditorFlags |
struct | AgsEditorChild |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsEditor
AgsEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
AgsEditor is a composite widget to edit notes. You may select machines or change editor tool to do notation.
AgsEditorChild * ags_editor_child_alloc (AgsMachine *machine
,AgsNotebook *notebook
,AgsMeter *meter
,GtkWidget *edit_widget
);
void ags_editor_machine_changed (AgsEditor *editor
,AgsMachine *machine
);
Is emitted as machine changed of editor.
Since: 0.4
void
ags_editor_select_all (AgsEditor *editor
);
Invert all notation of editor
's selected machine.
Since: 0.5.0
void
ags_editor_paste (AgsEditor *editor
);
Is emitted as machine changed of editor.
Since: 0.4.2
void
ags_editor_copy (AgsEditor *editor
);
Is emitted as machine changed of editor.
Since: 0.4.2
void
ags_editor_cut (AgsEditor *editor
);
Is emitted as machine changed of editor.
Since: 0.4.2
“soundcard”
property“soundcard” GObject *
The soundcard it is assigned with.
Flags: Read / Write
Since: 0.4