Constructor
AgsGuiTemponew
since: 5.1.0
Declaration [src]
AgsTempo*
ags_tempo_new (
GtkOrientation orientation,
guint width_request,
guint height_request
)
Parameters
orientation
-
Type:
GtkOrientation
The
GtkOrientation
. width_request
-
Type:
guint
The tempo’s width.
height_request
-
Type:
guint
The tempo’s height.
Return value
Type: AgsTempo
The new AgsTempo
instance.
The data is owned by the called function. |