Class

AgsGuiTempo

[]

Description

class AgsGui.Tempo : Gtk.Widget
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Orientable {
  orientation: GtkOrientation,
  key_mask: AgsTempoKeyMask,
  button_state: AgsTempoButtonState,
  font_size: guint,
  control_name: gchar*,
  lower: gdouble,
  upper: gdouble,
  default_value: gdouble,
  step_count: guint,
  page_size: gdouble,
  tempo_step_count: gint,
  tempo_point: gchar**,
  tempo_value: gdouble*
}

No description available.

[]

Constructors

ags_tempo_new

Create a new instance of AgsTempo.

since: 5.1.0

[]

Instance methods

ags_tempo_get_control_name

Get tempo height of tempo.

since: 3.2.2

ags_tempo_get_default_value

Get normalized volume of tempo.

since: 3.2.2

ags_tempo_get_lower

Get lower of tempo.

since: 3.2.2

ags_tempo_get_upper

Get upper of tempo.

since: 3.2.2

ags_tempo_set_control_name

Set control_name of tempo.

since: 3.2.2

ags_tempo_set_default_value

Set default_value of tempo.

since: 3.2.2

ags_tempo_set_lower

Set lower of tempo.

since: 3.2.2

ags_tempo_set_upper

Set upper of tempo.

since: 3.2.2

ags_tempo_value_changed

Emits ::value-changed event.

since: 5.1.0

Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkBuildable (1)
Methods inherited from GtkOrientable (2)
[]

Properties

AgsGui.Tempo:control-name

The tempo’s control name.

since: 5.1.0

AgsGui.Tempo:default-value

The tempo’s default value.

since: 5.1.0

AgsGui.Tempo:lower

The tempo’s lower range.

since: 5.1.0

AgsGui.Tempo:upper

The tempo’s upper range.

since: 5.1.0

Properties inherited from GtkWidget (34)
Properties inherited from GtkAccessible (1)
Properties inherited from GtkOrientable (1)
[]

Signals

AgsGui.Tempo::value-changed

The ::value-changed signal notifies about modified default value.

since: 5.1.0

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure

[]

Virtual methods

AgsGui.TempoClass.value_changed

Emits ::value-changed event.

since: 5.1.0