gtk: Add GtkScrollInfo
authorBenjamin Otte <otte@redhat.com>
Tue, 7 Mar 2023 04:29:31 +0000 (05:29 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 5 Aug 2023 01:51:50 +0000 (03:51 +0200)
commit105be5a457bb29a4e3316aa502e9764830e1e687
tree913fd7ecf63464f446db077691ddaaad82a90116
parentd637398ab035808bb5284d13d2f99b58d5ce8712
gtk: Add GtkScrollInfo

This struct carries information about scrolling a scrollable, so that
individual scrollables can share this struct for their scrolling APIs.

For now, there's not much information here, we're still trying to cook
up an API that works well.
gtk/gtk.h
gtk/gtkscrollinfo.c [new file with mode: 0644]
gtk/gtkscrollinfo.h [new file with mode: 0644]
gtk/gtkscrollinfoprivate.h [new file with mode: 0644]
gtk/gtktypes.h
gtk/meson.build