gtk2/docs/reference/gtk/tmpl/gtkscale.sgml

194 lines
2.8 KiB
Plaintext
Raw Normal View History

1999-08-16 18:51:52 +00:00
<!-- ##### SECTION Title ##### -->
GtkScale
<!-- ##### SECTION Short_Description ##### -->
2004-10-11 20:10:52 +00:00
Base class for GtkHScale and GtkVScale
1999-08-16 18:51:52 +00:00
<!-- ##### SECTION Long_Description ##### -->
<para>
A #GtkScale is a slider control used to select a numeric value.
2009-05-03 01:02:12 +00:00
To use it, you'll probably want to investigate the methods on
its base class, #GtkRange, in addition to the methods for #GtkScale itself.
2009-05-03 01:02:12 +00:00
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 "value_changed"
signal.
</para>
1999-08-16 18:51:52 +00:00
2009-05-03 01:02:12 +00:00
<refsect2 id="GtkScale-BUILDER-UI"><title>GtkScale as GtkBuildable</title>
<para>
GtkScale supports a custom &lt;marks&gt; element, which
can contain multiple &lt;mark&gt; elements. The "value" and "position"
attributes have the same meaning as gtk_scale_add_mark() parameters of the
same name. If the element is not empty, its content is taken as the markup
to show at the mark. It can be translated with the usual "translatable and
"context" attributes.
</para>
2009-05-04 05:54:06 +00:00
</refsect2>
2009-05-03 01:02:12 +00:00
1999-08-16 18:51:52 +00:00
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
2005-06-20 22:06:27 +00:00
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
1999-08-16 18:51:52 +00:00
<!-- ##### STRUCT GtkScale ##### -->
<para>
The fields of the #GtkScale-struct struct should only be accessed via
the accessor functions.
</para>
1999-08-16 18:51:52 +00:00
<!-- ##### SIGNAL GtkScale::format-value ##### -->
<para>
1999-08-16 18:51:52 +00:00
</para>
2009-05-04 05:54:06 +00:00
@scale:
@value:
@Returns:
1999-08-16 18:51:52 +00:00
<!-- ##### ARG GtkScale:digits ##### -->
<para>
</para>
<!-- ##### ARG GtkScale:draw-value ##### -->
<para>
</para>
<!-- ##### ARG GtkScale:value-pos ##### -->
<para>
</para>
<!-- ##### ARG GtkScale:slider-length ##### -->
<para>
</para>
<!-- ##### ARG GtkScale:value-spacing ##### -->
<para>
</para>
2010-05-26 02:57:46 +00:00
<!-- ##### FUNCTION gtk_scale_new ##### -->
<para>
</para>
@orientation:
@adjustment:
@Returns:
<!-- ##### FUNCTION gtk_scale_new_with_range ##### -->
<para>
</para>
@orientation:
@min:
@max:
@step:
@Returns:
1999-08-16 18:51:52 +00:00
<!-- ##### FUNCTION gtk_scale_set_digits ##### -->
<para>
1999-08-16 18:51:52 +00:00
</para>
@scale:
@digits:
1999-08-16 18:51:52 +00:00
<!-- ##### FUNCTION gtk_scale_set_draw_value ##### -->
<para>
1999-08-16 18:51:52 +00:00
</para>
@scale:
@draw_value:
1999-08-16 18:51:52 +00:00
<!-- ##### FUNCTION gtk_scale_set_value_pos ##### -->
<para>
1999-08-16 18:51:52 +00:00
</para>
@scale:
@pos:
1999-08-16 18:51:52 +00:00
<!-- ##### FUNCTION gtk_scale_get_digits ##### -->
<para>
</para>
@scale:
@Returns:
<!-- ##### FUNCTION gtk_scale_get_draw_value ##### -->
<para>
</para>
@scale:
@Returns:
<!-- ##### FUNCTION gtk_scale_get_value_pos ##### -->
<para>
</para>
@scale:
@Returns:
<!-- ##### FUNCTION gtk_scale_get_layout ##### -->
<para>
</para>
@scale:
@Returns:
<!-- ##### FUNCTION gtk_scale_get_layout_offsets ##### -->
<para>
</para>
@scale:
@x:
@y:
<!-- ##### FUNCTION gtk_scale_add_mark ##### -->
<para>
</para>
@scale:
@value:
@position:
@markup:
<!-- ##### FUNCTION gtk_scale_clear_marks ##### -->
<para>
</para>
@scale: