Top |
GtexViewGtexView — Additional TeplView functions |
void
gtex_view_setup (GtkSourceView *view
);
Setups a GtkSourceView widget for Enter TeX.
gchar *
gtex_view_get_indentation_style (GtkSourceView *view
);
Returns one indentation level, as a string.
Attention, this function assumes that the “indent-width” is -1 or equal to the “tab-width”, which is always the case in Enter TeX (there is no GSettings for the “indent-width”).