Method
GtkScrollableget_border
since: 3.16
Declaration [src]
gboolean
gtk_scrollable_get_border (
GtkScrollable* scrollable,
GtkBorder* border
)
Description [src]
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 overlayed graphics, like the overshoot indication, at the right position.
Available since: 3.16
Parameters
border
-
Type:
GtkBorder
Return location for the results.
The argument will be set by the function. The returned data is owned by the instance.