set_tabs
Description:
public void set_tabs (
TabArray? tabs)
Sets the tabs to use for this, overriding the default tabs (by default, tabs are every 8 spaces).
If tabs
is null
, the default tabs are reinstated. tabs
is copied into the layout; you must free your
copy of tabs
yourself.
Parameters:
this |
a Layout
|
tabs |
a TabArray, or null
|