mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Update struct member docs since they're gdouble now instead of gfloat.
2001-10-28 Anders Carlsson <andersca@gnu.org> * gtk/tmpl/gtkadjustment.sgml: Update struct member docs since they're gdouble now instead of gfloat. Fixes #55699.
This commit is contained in:
parent
93f12bd6d4
commit
24277526fc
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-28 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkadjustment.sgml: Update struct member docs
|
||||||
|
since they're gdouble now instead of gfloat. Fixes #55699.
|
||||||
|
|
||||||
2001-10-28 Matthias Clasen <matthiasc@poet.de>
|
2001-10-28 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* docs/reference/gtk/tmpl/gtkmenuitem.sgml,
|
* docs/reference/gtk/tmpl/gtkmenuitem.sgml,
|
||||||
|
@ -37,22 +37,22 @@ The #GtkAdjustment-struct struct contains the following fields.
|
|||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>#gfloat lower;</entry>
|
<entry>#gdouble lower;</entry>
|
||||||
<entry>the minimum value.</entry>
|
<entry>the minimum value.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>#gfloat upper;</entry>
|
<entry>#gdouble upper;</entry>
|
||||||
<entry>the maximum value.</entry>
|
<entry>the maximum value.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>#gfloat value;</entry>
|
<entry>#gdouble value;</entry>
|
||||||
<entry>the current value.</entry>
|
<entry>the current value.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>#gfloat step_increment;</entry>
|
<entry>#gdouble step_increment;</entry>
|
||||||
<entry>the increment to use to make minor changes to the value.
|
<entry>the increment to use to make minor changes to the value.
|
||||||
In a #GtkScrollbar this increment is used when the mouse is clicked on the
|
In a #GtkScrollbar this increment is used when the mouse is clicked on the
|
||||||
arrows at the top and bottom of the scrollbar, to scroll by a small amount.
|
arrows at the top and bottom of the scrollbar, to scroll by a small amount.
|
||||||
@ -60,7 +60,7 @@ arrows at the top and bottom of the scrollbar, to scroll by a small amount.
|
|||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>#gfloat page_increment;</entry>
|
<entry>#gdouble page_increment;</entry>
|
||||||
<entry>the increment to use to make major changes to the value.
|
<entry>the increment to use to make major changes to the value.
|
||||||
In a #GtkScrollbar this increment is used when the mouse is clicked in the
|
In a #GtkScrollbar this increment is used when the mouse is clicked in the
|
||||||
trough, to scroll by a large amount.
|
trough, to scroll by a large amount.
|
||||||
@ -68,7 +68,7 @@ trough, to scroll by a large amount.
|
|||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>#gfloat page_size;</entry>
|
<entry>#gdouble page_size;</entry>
|
||||||
<entry>the page size.
|
<entry>the page size.
|
||||||
In a #GtkScrollbar this is the size of the area which is currently visible.
|
In a #GtkScrollbar this is the size of the area which is currently visible.
|
||||||
</entry>
|
</entry>
|
||||||
|
Loading…
Reference in New Issue
Block a user