Constructor

AgsGuiScalenew

since: 3.0.0

Declaration [src]

AgsScale*
ags_scale_new (
  GtkOrientation orientation,
  guint width_request,
  guint height_request
)

Description [src]

Create a new instance of AgsScale.

Available since: 3.0.0

Parameters

orientation

Type: GtkOrientation

The GtkOrientation.

width_request

Type: guint

The scale’s width.

height_request

Type: guint

The scale’s height.

Return value

Type: AgsScale

The new AgsScale instance.

The data is owned by the called function.