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_NOTE_EDIT_MAX_CONTROLS |
enum | AgsNoteEditFlags |
enum | AgsNoteEditResetFlags |
enum | AgsNoteEditKeyMask |
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: 0.4
void ags_note_edit_reset_vertically (AgsNoteEdit *note_edit
,guint flags
);
Reset note_edit
as configured vertically.
Since: 0.4
void ags_note_edit_reset_horizontally (AgsNoteEdit *note_edit
,guint flags
);
Reset note_edit
as configured horizontally.
Since: 0.4
void ags_note_edit_draw_segment (AgsNoteEdit *note_edit
,cairo_t *cr
);
Draws horizontal and vertical lines.
Since: 0.4
void ags_note_edit_draw_position (AgsNoteEdit *note_edit
,cairo_t *cr
);
Draws the cursor.
Since: 0.4
void ags_note_edit_draw_notation (AgsNoteEdit *note_edit
,cairo_t *cr
);
Draw the AgsNotation of selected AgsMachine on note_edit
.
Since: 0.4
void ags_note_edit_draw_scroll (AgsNoteEdit *note_edit
,cairo_t *cr
,gdouble position
);
Change visible x-position of note_edit
.
Since: 0.4