forked from AuroraMiddleware/gtk
372853b107
2001-09-08 Havoc Pennington <hp@pobox.com> * gtk/gtk-sections.txt: put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put it back in gtk-docs.sgml. Tons of other additions from gtk-unused.txt, but mostly skipping all the tree stuff for now. 2001-09-08 Havoc Pennington <hp@pobox.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute): docs fixes * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes * gtk/gtksocket.c (gtk_socket_steal): docs fixes * gtk/gtkscrolledwindow.h: docs fixes * gtk/gtkimage.c (gtk_image_new): docs fixes
50 lines
1020 B
Plaintext
50 lines
1020 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkHScale
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
a horizontal slider widget for selecting a value from a range.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The #GtkHScale widget is used to allow the user to select a value using
|
|
a horizontal slider. To create one, use
|
|
gtk_hscale_new_with_range().
|
|
</para>
|
|
<para>
|
|
The position to show the current value, and the number of decimal places
|
|
shown can be set using the parent #GtkScale class's functions.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkHScale ##### -->
|
|
<para>
|
|
The #GtkHScale-struct struct contains private data only, and
|
|
should be accessed using the functions below.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_hscale_new ##### -->
|
|
<para>
|
|
Creates a new #GtkHScale.
|
|
</para>
|
|
|
|
@adjustment: the #GtkAdjustment which sets the range of the scale.
|
|
@Returns: a new #GtkHScale.
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_hscale_new_with_range ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@min:
|
|
@max:
|
|
@step:
|
|
@Returns:
|
|
|
|
|