class Gtk::ScrollInfo
- Gtk::ScrollInfo
- Reference
- Object
Overview
Provides detailed information on how a scroll operation should be performed.
Scrolling functions usually allow passing a NULL
scroll info which will
cause the default values to be used and just scroll the element into view.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/scroll_info.crConstructors
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #enable_horizontal : Bool
- #enable_horizontal=(horizontal : Bool) : Nil
- #enable_vertical : Bool
- #enable_vertical=(vertical : Bool) : Nil
- #finalize
- #ref : Gtk::ScrollInfo
- #to_unsafe : Pointer(Void)
- #unref : Nil