| Top |
| void | ags_note_edit_set_map_height () |
| void | ags_note_edit_reset_vertically () |
| void | ags_note_edit_reset_horizontally () |
| void | ags_note_edit_draw_segment () |
| void | ags_note_edit_draw_position () |
| void | ags_note_edit_draw_notation () |
| void | ags_note_edit_draw_scroll () |
| AgsNoteEdit * | ags_note_edit_new () |
| #define | AGS_IS_NOTE_EDIT() |
| #define | AGS_NOTE_EDIT() |
| #define | AGS_NOTE_EDIT_CLASS() |
| #define | AGS_NOTE_EDIT_GET_CLASS() |
| GType | ags_note_edit_get_type () |
| #define | AGS_NOTE_EDIT_MAX_CONTROLS |
| enum | AgsNoteEditFlags |
| enum | AgsNoteEditResetFlags |
| enum | AgsNoteEditKeyMask |
| #define | AGS_TYPE_NOTE_EDIT |
| struct | AgsNoteEdit |
| struct | AgsNoteEditClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkTable
╰── AgsNoteEdit
void ags_note_edit_set_map_height (AgsNoteEdit *note_edit,guint map_height);
Set the map height in pixel.
Since: 1.0.0
void ags_note_edit_reset_vertically (AgsNoteEdit *note_edit,guint flags);
Reset note_edit
as configured vertically.
Since: 1.0.0
void ags_note_edit_reset_horizontally (AgsNoteEdit *note_edit,guint flags);
Reset note_edit
as configured horizontally.
Since: 1.0.0
void ags_note_edit_draw_segment (AgsNoteEdit *note_edit,cairo_t *cr);
Draws horizontal and vertical lines.
Since: 1.0.0
void ags_note_edit_draw_position (AgsNoteEdit *note_edit,cairo_t *cr);
Draws the cursor.
Since: 1.0.0
void ags_note_edit_draw_notation (AgsNoteEdit *note_edit,cairo_t *cr);
Draw the AgsNotation of selected AgsMachine on note_edit
.
Since: 1.0.0
void ags_note_edit_draw_scroll (AgsNoteEdit *note_edit,cairo_t *cr,gdouble position);
Change visible x-position of note_edit
.
Since: 1.0.0
#define AGS_IS_NOTE_EDIT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_NOTE_EDIT))
#define AGS_NOTE_EDIT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTE_EDIT, AgsNoteEdit))
#define AGS_NOTE_EDIT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTE_EDIT, AgsNoteEditClass))
#define AGS_NOTE_EDIT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_NOTE_EDIT, AgsNoteEditClass))