Method

GtkScrollableget_border

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 overlaid graphics, like the overshoot indication, at the right position.

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.