Description Usage Arguments Details Author(s)
Adds a mark at value
.
1 | gtkScaleAddMark(object, value, position, markup = NULL)
|
|
a |
|
the value at which the mark is placed, must be between the lower and upper limits of the scales' adjustment |
|
where to draw the mark. For a horizontal scale, |
|
Text to be shown at the mark, using Pango markup, or |
A mark is indicated visually by drawing a tick mark next to the scale, and GTK+ makes it easy for the user to position the scale exactly at the marks value.
If markup
is not NULL
, text is shown next to the tick mark.
To remove marks from a scale, use gtkScaleClearMarks
.
Since 2.16
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.