Constructor
AgsGuiLevelnew
since: 3.0.0
Declaration [src]
AgsLevel*
ags_level_new (
GtkOrientation orientation,
guint width_request,
guint height_request
)
Parameters
orientation
-
Type:
GtkOrientation
The
GtkOrientation
. width_request
-
Type:
guint
The level’s width.
height_request
-
Type:
guint
The level’s height.
Return value
Type: AgsLevel
The new AgsLevel
instance.
The data is owned by the called function. |