ScrollableT.getBorder

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.

template ScrollableT(TStruct)
bool
getBorder
(
out Border border
)

Parameters

border Border

return location for the results

Return Value

Type: bool

%TRUE if @border has been set

Meta

Since

3.16