Creates a new scroll info for scrolling an element into view.
Checks if horizontal scrolling is enabled.
Checks if vertical scrolling is enabled.
Turns horizontal scrolling on or off.
Turns vertical scrolling on or off.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
The gtk.scroll_info.ScrollInfo can be used to provide more accurate data 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.