Constructor

GtkLevelBarnew_for_interval

since: 3.6

Declaration [src]

GtkWidget*
gtk_level_bar_new_for_interval (
  gdouble min_value,
  gdouble max_value
)

Description [src]

Utility constructor that creates a new GtkLevelBar for the specified interval.

Available since: 3.6

Parameters

min_value

Type: gdouble

A positive value.

max_value

Type: gdouble

A positive value.

Return value

Type: GtkWidget

A GtkLevelBar.

The data is owned by the called function.