GtkScale: Remove links from doc section title
This commit is contained in:
@ -45,15 +45,15 @@
|
||||
|
||||
/**
|
||||
* SECTION:gtkscale
|
||||
* @Short_description: Base class for #GtkHScale and #GtkVScale
|
||||
* @Short_description: Base class for GtkHScale and GtkVScale
|
||||
* @Title: GtkScale
|
||||
*
|
||||
* A #GtkScale is a slider control used to select a numeric value.
|
||||
* A GtkScale is a slider control used to select a numeric value.
|
||||
* To use it, you'll probably want to investigate the methods on
|
||||
* its base class, #GtkRange, in addition to the methods for #GtkScale itself.
|
||||
* its base class, #GtkRange, in addition to the methods for GtkScale itself.
|
||||
* To set the value of a scale, you would normally use gtk_range_set_value().
|
||||
* To detect changes to the value, you would normally use the
|
||||
* #GtkRange::value_changed signal.
|
||||
* #GtkRange::value-changed signal.
|
||||
*
|
||||
* <refsect2 id="GtkScale-BUILDER-UI"><title>GtkScale as GtkBuildable</title>
|
||||
* GtkScale supports a custom <marks> element, which
|
||||
|
||||
Reference in New Issue
Block a user