Interface

Gtk-4.0GtkScrollableInterface

Interface for implementing Scrollable. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_get_border(): [boolean, Gtk.Border];
}

Hierarchy (View Summary)

Index

Methods

  • Returns the size of a non-scrolling border around the outside of the scrollable.

    An example for this would be treeview headers. GTK can use this information to display overlaid graphics, like the overshoot indication, at the right position.

    Returns [boolean, Gtk.Border]