KineticScrollView
Object Hierarchy:
Description:
[
CCode ( type_id =
"mx_kinetic_scroll_view_get_type ()" ) ]
public class KineticScrollView :
Widget,
Implementor,
Animatable,
Container,
Scriptable,
Focusable,
Scrollable,
Stylable
The contents of this structure is private and should only be accessed using the provided API.
Content:
Properties:
Creation methods:
Methods:
- public void ensure_visible (Geometry geometry)
Ensures that a given region is visible in the ScrollView, with the
top-left taking precedence.
- public double get_acceleration_factor ()
Retrieves the initial acceleration factor of the kinetic scroll-view.
- public uint get_clamp_duration ()
Retrieves the duration of the adjustment clamp animation.
- public ulong get_clamp_mode ()
Retrieves the animation mode to use for the adjustment clamp
animation.
- public bool get_clamp_to_center ()
Retrieves whether to clamp to step increments based on the center of
the page.
- public double get_deceleration ()
Retrieves the deceleration rate of the kinetic scroll-view.
- public void get_input (out unowned InputDevice device, out unowned EventSequence sequence)
Retrieves informations about the current input device driving the
scrolling.
- public uint32 get_mouse_button ()
- public double get_overshoot ()
Retrieves the deceleration rate multiplier used when the scroll-view
is scrolling beyond its boundaries.
- public ScrollPolicy get_scroll_policy ()
Retrieves the scrolling policy of the kinetic scroll-view.
- public bool get_snap_on_page ()
Retrieves whether animations end on step increments.
- public bool get_use_captured ()
- public bool get_use_grab ()
- public void set_acceleration_factor (double acceleration_factor)
Factor applied to the initial momentum.
- public void set_clamp_duration (uint clamp_duration)
Duration of the adjustment clamp animation.
- public void set_clamp_mode (ulong clamp_mode)
Animation mode to use for the adjustment clamp animation.
- public void set_clamp_to_center (bool clamp_to_center)
Set whether to clamp to step increments based on the center of the
page.
- public void set_deceleration (double rate)
Sets the deceleration rate when a drag is finished on the kinetic
scroll-view.
- public void set_mouse_button (uint32 button)
Sets the mouse button number used to initiate drag events on the
kinetic scroll-view.
- public void set_overshoot (double overshoot)
Sets the rate at which the view will decelerate when scrolling beyond
its boundaries.
- public void set_scroll_policy (ScrollPolicy policy)
Sets the scrolling policy for the kinetic scroll-view.
- public void set_snap_on_page (bool snap_on_page)
Set whether to stop animations on step increments.
- public void set_use_captured (bool use_captured)
Sets whether to use captured events to initiate drag events.
- public void set_use_grab (bool use_grab)
Sets whether to use grab events to initiate drag events.
- public void stop ()
Stops any current movement due to kinetic scrolling.
Inherited Members:
All known members inherited from class Mx.Widget
All known members inherited from class Clutter.Actor
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 Atk.Implementor
All known members inherited from interface Clutter.Animatable
- animate_property
- find_property
- get_initial_state
- interpolate_value
All known members inherited from interface Clutter.Container
- @foreach
- actor_added
- actor_removed
- add
- add_actor
- add_valist
- child_get
- child_get_property
- child_notify
- child_set
- child_set_property
- class_find_child_property
- class_list_child_properties
- create_child_meta
- destroy_child_meta
- find_child_by_name
- find_child_property
- foreach_with_internals
- get_child_meta
- get_children
- list_child_properties
- lower_child
- raise_child
- remove
- remove_actor
- remove_valist
- sort_depth_order
All known members inherited from interface Clutter.Scriptable
All known members inherited from interface Mx.Focusable
All known members inherited from interface Mx.Scrollable
All known members inherited from interface Mx.Stylable