Top | ![]() |
![]() |
![]() |
![]() |
|
ags_note_edit_set_map_height () |
|
ags_note_edit_reset_vertically () |
|
ags_note_edit_reset_horizontally () |
|
ags_note_edit_draw_segment () |
|
ags_note_edit_draw_position () |
|
ags_note_edit_draw_notation () |
|
ags_note_edit_draw_scroll () |
|
ags_note_edit_new () |
#define | AGS_NOTE_EDIT_MAX_CONTROLS |
enum | AgsNoteEditFlags |
enum | AgsNoteEditResetFlags |
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 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