Method
GtkSourceViewget_visual_column
Declaration
guint
gtk_source_view_get_visual_column (
GtkSourceView* view,
const GtkTextIter* iter
)
Description
Determines the visual column at iter taking into consideration the
GtkSourceView:tab-width of view.
Parameters
iter |
GtkTextIter |
A position in |
|
| The data is owned by the caller of the function. |