Gtk.TextView.prototype.get_tabs
function get_tabs():Pango.TabArray { // Gjs wrapper for gtk_text_view_get_tabs() }
Gets the default tabs for text_view. Tags in the buffer may override the defaults. The returned array will be null if "standard" (8-space) tabs are used. Free the return value with Pango.free.
- Returns
copy of default tab array, or null if "standard" tabs are used; must be freed with Pango.free.