forked from AuroraMiddleware/gtk
77eee887f3
2002-08-10 Soren Sandmann <sandmann@daimi.au.dk> * docs/reference/gtk/tree_widget.sgml, docs/reference/gtk/tmpl/gtkdialog.sgml, docs/reference/gtk/tmpl/gtkentry.sgml, docs/reference/gtk/tmpl/gtkfilesel.sgml, docs/reference/gtk/tmpl/gtkfontsel.sgml, docs/reference/gtk/tmpl/gtkfontseldlg.sgml, docs/reference/gtk/tmpl/gtktreemodel.sgml, docs/reference/gtk/tmpl/gtkwidget.sgml, gdk/x11/gdkdisplay-x11.c, gtk/gtkbbox.c, gtk/gtkbox.c, gtk/gtkbutton.c, gtk/gtkcellrenderer.c, gtk/gtkcellrendererpixbuf.c, gtk/gtkcellrenderertext.c, gtk/gtkcheckmenuitem.c, gtk/gtkcontainer.c, gtk/gtkcurve.c, gtk/gtkdialog.h, gtk/gtkentry.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c, gtk/gtkframe.c, gtk/gtkhandlebox.c, gtk/gtkiconfactory.c, gtk/gtkimage.c, gtk/gtkinvisible.c, gtk/gtkitemfactory.c, gtk/gtklabel.c, gtk/gtklayout.c, gtk/gtkmenu.c, gtk/gtkprogress.c, gtk/gtkprogressbar.c, gtk/gtkscrolledwindow.c, gtk/gtksizegroup.c, gtk/gtktable.c, gtk/gtktextiter.c, gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktextview.c, gtk/gtktogglebutton.c, gtk/gtktoolbar.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c, gtk/gtktreestore.c, gtk/gtktreeview.c, gtk/gtktreeviewcolumn.c, gtk/gtkviewport.c, gtk/gtkwidget.c, gtk/gtkwidget.h, gtk/gtkwindow.c: Minor documentation fixes (#89254, patch from Brett Nash; #85809, patch from daten@dnetc.org; #76391, patch from Ross Burton; #74559, Manuel Clos; #73569, #72005, Alexey A. Malyshev; #70061, patch from Dennis Bj"orklund; #64566, #63388, #58328, #57499, #81007, #77349, Vitaly Tishkov; #78932, Vitaly Tishkov, patch from Ross Burton; #73306)
87 lines
2.0 KiB
Plaintext
87 lines
2.0 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkScrollbar
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
base class for #GtkHScrollbar and GtkVScrollbar.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The #GtkScrollbar widget is an abstract base class for #GtkHScrollbar and
|
|
#GtkVScrollbar. It is not very useful in itself.
|
|
</para>
|
|
|
|
<para>
|
|
The position of the thumb in a scrollbar is controlled by the scroll
|
|
adjustments. See #GtkAdjustment for the fields in an adjustment - for
|
|
#GtkScrollbar, the "value" field represents the position of the
|
|
scrollbar, which must be between the "lower" field and "upper -
|
|
page_size." The "page_size" field represents the size of the visible
|
|
scrollable area. The "step_increment" and "page_increment" fields are
|
|
used when the user asks to step down (using the small stepper arrows)
|
|
or page down (using for example the PageDown key).
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term>#GtkHScrollbar</term>
|
|
<listitem><para>a horizontal scrollbar.</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>#GtkVScrollbar</term>
|
|
<listitem><para>a vertical scrollbar.</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>#GtkAdjustment</term>
|
|
<listitem><para>connects scrollbars to the widget being scrolled.</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>#GtkScrolledWindow</term>
|
|
<listitem><para>convenient widget for setting up scrolling.</para></listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkScrollbar ##### -->
|
|
<para>
|
|
The #GtkScrollbar struct does not contain any public data.
|
|
</para>
|
|
|
|
|
|
<!-- ##### ARG GtkScrollbar:has-secondary-backward-stepper ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkScrollbar:has-secondary-forward-stepper ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkScrollbar:fixed-slider-length ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkScrollbar:min-slider-length ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkScrollbar:has-forward-stepper ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkScrollbar:has-backward-stepper ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|