gtk2/docs/reference/gtk/tmpl/gtkrange.sgml
Soeren Sandmann 356df7f650 Make this function take an index and a GtkToolItem.
Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

	* gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
	this function take an index and a GtkToolItem.

	* tests/testtoolbar.c (main): Make "Show Arrow" default to
	true. Make one of the separators !draw and expand.
	Update for new highlight_drop_location() API.

	* gtk/gtktoolitem.[ch]: Remove "pack_end" property

	* gtk/gtktoolbar.h: Formatting fixes.

	* gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
	separator tool items to expand.
	(logical_to_physical, physical_to_logical): Fix off-by-one errors
	(Fix #125472, Marco Pesenti Gritti)

	* gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
	(gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
	return FALSE, not TRUE.
	(gtk_separator_too_item_{set|get}_property,
	(gtk_separator_tool_item_{set|get}_draw): new functions
2003-10-25 19:58:51 +00:00

186 lines
2.3 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
GtkRange
<!-- ##### SECTION Short_Description ##### -->
Base class for widgets which visualize an adjustment
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GtkRange ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_range_get_adjustment ##### -->
<para>
</para>
@range:
@Returns:
<!-- ##### FUNCTION gtk_range_set_update_policy ##### -->
<para>
</para>
@range:
@policy:
<!-- ##### FUNCTION gtk_range_set_adjustment ##### -->
<para>
</para>
@range:
@adjustment:
<!-- ##### FUNCTION gtk_range_get_inverted ##### -->
<para>
</para>
@range:
@Returns:
<!-- ##### FUNCTION gtk_range_set_inverted ##### -->
<para>
</para>
@range:
@setting:
<!-- ##### FUNCTION gtk_range_get_update_policy ##### -->
<para>
</para>
@range:
@Returns:
<!-- ##### FUNCTION gtk_range_get_value ##### -->
<para>
</para>
@range:
@Returns:
<!-- ##### FUNCTION gtk_range_set_increments ##### -->
<para>
</para>
@range:
@step:
@page:
<!-- ##### FUNCTION gtk_range_set_range ##### -->
<para>
</para>
@range:
@min:
@max:
<!-- ##### FUNCTION gtk_range_set_value ##### -->
<para>
</para>
@range:
@value:
<!-- ##### SIGNAL GtkRange::adjust-bounds ##### -->
<para>
</para>
@range: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkRange::move-slider ##### -->
<para>
Virtual function that moves the slider. Used for keybindings.
</para>
@range: the #GtkRange
@arg1:
<!-- # Unused Parameters # -->
@step: how to move the slider
@arg2:
<!-- ##### SIGNAL GtkRange::value-changed ##### -->
<para>
Emitted when the range value changes.
</para>
@range: the #GtkRange
<!-- ##### ARG GtkRange:adjustment ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:inverted ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:update-policy ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:arrow-displacement-x ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:arrow-displacement-y ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:slider-width ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:stepper-size ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:stepper-spacing ##### -->
<para>
</para>
<!-- ##### ARG GtkRange:trough-border ##### -->
<para>
</para>