mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
Document allowed values for adjustments which are used in scrollbars.
* gtk/tmpl/gtkadjustment.sgml: Document allowed values for adjustments which are used in scrollbars. (#108448, Ernst Lippe)
This commit is contained in:
parent
61e5565d51
commit
1499455d25
@ -1,5 +1,8 @@
|
||||
2003-05-27 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/tmpl/gtkadjustment.sgml: Document allowed values for
|
||||
adjustments which are used in scrollbars. (#108448, Ernst Lippe)
|
||||
|
||||
* gtk/tmpl/gtkradiomenuitem.sgml: Fix example. (#113604,
|
||||
Julien Moutte)
|
||||
|
||||
|
@ -104,7 +104,14 @@ Creates a new #GtkAdjustment.
|
||||
|
||||
<!-- ##### FUNCTION gtk_adjustment_set_value ##### -->
|
||||
<para>
|
||||
Sets the #GtkAdjustment value.
|
||||
Sets the #GtkAdjustment value. The value is clamped to lie between
|
||||
<literal>adjustment->lower</literal> and
|
||||
<literal>adjustment->upper</literal>.
|
||||
</para>
|
||||
<para>
|
||||
Note that for adjustments which are used in a #GtkScrollbar, the effective
|
||||
range of allowed values goes from <literal>adjustment->lower</literal> to
|
||||
<literal>adjustment->upper - adjustment->page_size</literal>.
|
||||
</para>
|
||||
|
||||
@adjustment: a #GtkAdjustment.
|
||||
|
Loading…
Reference in New Issue
Block a user