Package: gtk

GBoxed gtk:scroll-info

Declaration

(glib:define-gboxed-opaque scroll-info "GtkScrollInfo"
  :export t
  :type-initializer "gtk_scroll_info_get_type"
  :alloc (%scroll-info-new))  

Details

The gtk:scroll-info structure can be used to provide more accurate data on how a scroll operation should be performed. Scrolling functions usually allow passing a nil value for the scroll info which will cause the default values to be used and just scroll the item into view.

Since 4.12
 

Returned by

See also

2025-4-7