Virtual Method

GtkScrollableget_border

since: 3.16

Declaration [src]

gboolean
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.

Return value

Type: gboolean

TRUE if border has been set.