Method

Gtk.LevelBar.remove_offset_value

Declaration [src]

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

Description [src]

Removes an offset marker from a GtkLevelBar.

The marker must have been previously added with gtk_level_bar_add_offset_value().

Parameters

name const char*
 

the name of an offset in the bar

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string