get_tabs
Description:
public TabArray?
get_tabs ()
Gets the current TabArray used by this layout.
If no TabArray has been set, then the default tabs are in use and null
is
returned. Default tabs are every 8 spaces. The return value should be freed with free
.
Parameters:
Returns:
a copy of the tabs for this layout, or null .
|