Method

GtkLevelBarremove_offset_value

since: 3.6

Declaration [src]

void
gtk_level_bar_remove_offset_value (
  GtkLevelBar* self,
  const gchar* name
)

Description [src]

Removes an offset marker previously added with gtk_level_bar_add_offset_value().

Available since: 3.6

Parameters

name

Type: const gchar*

The name of an offset in the bar.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.