Constructor

AgsGuiLevelnew

since: 3.0.0

Declaration [src]

AgsLevel*
ags_level_new (
  GtkOrientation orientation,
  guint width_request,
  guint height_request
)

Description [src]

Create a new instance of AgsLevel.

Available since: 3.0.0

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.