| Top |
| void | ags_pattern_edit_set_map_height () |
| void | ags_pattern_edit_reset_vertically () |
| void | ags_pattern_edit_reset_horizontally () |
| void | ags_pattern_edit_draw_segment () |
| void | ags_pattern_edit_draw_position () |
| void | ags_pattern_edit_draw_notation () |
| void | ags_pattern_edit_draw_scroll () |
| AgsPatternEdit * | ags_pattern_edit_new () |
| #define | AGS_PATTERN_EDIT_MAX_CONTROLS |
| enum | AgsPatternEditFlags |
| enum | AgsPatternEditResetFlags |
| enum | AgsPatternEditKeyMask |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── AgsPatternEdit
void ags_pattern_edit_set_map_height (AgsPatternEdit *pattern_edit,guint map_height);
Set the map height in pixel.
Since: 0.4.2
void ags_pattern_edit_reset_vertically (AgsPatternEdit *pattern_edit,guint flags);
Reset pattern_edit
as configured vertically.
Since: 0.4.2
void ags_pattern_edit_reset_horizontally (AgsPatternEdit *pattern_edit,guint flags);
Reset pattern_edit
as configured horizontally.
Since: 0.4.2
void ags_pattern_edit_draw_segment (AgsPatternEdit *pattern_edit,cairo_t *cr);
Draws horizontal and vertical lines.
Since: 0.4.2
void ags_pattern_edit_draw_position (AgsPatternEdit *pattern_edit,cairo_t *cr);
Draws the cursor.
Since: 0.4.2
void ags_pattern_edit_draw_notation (AgsPatternEdit *pattern_edit,cairo_t *cr);
Draw the AgsNotation of selected AgsMachine on pattern_edit
.
Since: 0.4.2
void ags_pattern_edit_draw_scroll (AgsPatternEdit *pattern_edit,cairo_t *cr,gdouble position);
Change visible x-position of pattern_edit
.
Since: 0.4.2
AgsPatternEdit * ags_pattern_edit_new ();
Create a new AgsPatternEdit.
Since: 0.4.2