AccessibleRange
Object Hierarchy:
Description:
[
CCode ( type_cname =
"GtkAccessibleRangeInterface" , type_id =
"gtk_accessible_range_get_type ()" ) ]
[
Version ( since =
"4.10" ) ]
public interface AccessibleRange :
Object,
Accessible
This interface describes ranged controls, e.
g. controls which have a single value within an allowed range and that can optionally be changed by the user.
This interface is expected to be implemented by controls using the following roles:
- `GTK_ACCESSIBLE_ROLE_METER`
- `GTK_ACCESSIBLE_ROLE_PROGRESS_BAR`
- `GTK_ACCESSIBLE_ROLE_SCROLLBAR`
- `GTK_ACCESSIBLE_ROLE_SLIDER`
- `GTK_ACCESSIBLE_ROLE_SPIN_BUTTON`
If that is not the case, a warning will be issued at run time.
In addition to this interface, its implementers are expected to provide the correct values for the following properties:
- `GTK_ACCESSIBLE_PROPERTY_VALUE_MAX`
- `GTK_ACCESSIBLE_PROPERTY_VALUE_MIN`
- `GTK_ACCESSIBLE_PROPERTY_VALUE_NOW`
- `GTK_ACCESSIBLE_PROPERTY_VALUE_TEXT`
All known implementing classes:
Content:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Gtk.Accessible