Method

HeSlideradd_mark

Declaration

void
he_slider_add_mark (
  HeSlider* self,
  gdouble value,
  const gchar* text
)

Description [src]

Adds a mark with some information along the trough of the Slider..

Parameters

value

Type: gdouble

No description available.

text

Type: const gchar*

No description available.

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