Top | ![]() |
![]() |
![]() |
![]() |
void | ags_automation_edit_reset_vertically () |
void | ags_automation_edit_reset_horizontally () |
void | ags_automation_edit_draw_position () |
void | ags_automation_edit_draw_scroll () |
void | ags_automation_edit_paint () |
void | ags_automation_edit_add_area () |
void | ags_automation_edit_remove_area () |
AgsAutomationEdit * | ags_automation_edit_new () |
#define | AGS_AUTOMATION_EDIT() |
#define | AGS_AUTOMATION_EDIT_CLASS() |
#define | AGS_AUTOMATION_EDIT_GET_CLASS() |
#define | AGS_IS_AUTOMATION_EDIT() |
GType | ags_automation_edit_get_type () |
#define | AGS_AUTOMATION_EDIT_MAX_CONTROLS |
#define | AGS_AUTOMATION_EDIT_DEFAULT_MARGIN |
#define | AGS_AUTOMATION_EDIT_DEFAULT_WIDTH |
enum | AgsAutomationEditFlags |
enum | AgsAutomationEditResetFlags |
enum | AgsAutomationEditKeyMask |
#define | AGS_TYPE_AUTOMATION_EDIT |
struct | AgsAutomationEdit |
struct | AgsAutomationEditClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTable ╰── AgsAutomationEdit
AgsAutomationEdit implements AtkImplementorIface, GtkBuildable and AgsConnectable.
void ags_automation_edit_reset_vertically (AgsAutomationEdit *automation_edit
,guint flags
);
Reset automation_edit
as configured vertically.
Since: 0.4.3
void ags_automation_edit_reset_horizontally (AgsAutomationEdit *automation_edit
,guint flags
);
Reset automation_edit
as configured horizontally.
Since: 0.4.3
void ags_automation_edit_draw_position (AgsAutomationEdit *automation_edit
,cairo_t *cr
);
Draws the cursor.
Since: 0.4.3
void ags_automation_edit_draw_scroll (AgsAutomationEdit *automation_edit
,cairo_t *cr
,gdouble position
);
Change visible x-position of automation_edit
.
Since: 0.4.3
void ags_automation_edit_paint (AgsAutomationEdit *automation_edit
,cairo_t *cr
);
void ags_automation_edit_add_area (AgsAutomationEdit *automation_edit
,AgsAutomationArea *automation_area
);
Adds automation_area
to automation_edit
.
Since: 0.4.3
void ags_automation_edit_remove_area (AgsAutomationEdit *automation_edit
,AgsAutomationArea *automation_area
);
Removes automation_area
of automation_edit
.
Since: 0.4.3
AgsAutomationEdit * ags_automation_edit_new ();
Create a new AgsAutomationEdit.
Since: 0.4.3
#define AGS_AUTOMATION_EDIT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEdit))
#define AGS_AUTOMATION_EDIT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
#define AGS_AUTOMATION_EDIT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
#define AGS_IS_AUTOMATION_EDIT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT))