package lablgtk3-sourceview3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

sourceView3 enums

type source_smart_home_end_type = [
  1. | `DISABLED
  2. | `BEFORE
  3. | `AFTER
  4. | `ALWAYS
]
type source_draw_spaces_flags = [
  1. | `SPACE
  2. | `TAB
  3. | `NEWLINE
  4. | `NBSP
  5. | `LEADING
  6. | `TEXT
  7. | `TRAILING
]
type source_completion_activation_flags = [
  1. | `INTERACTIVE
  2. | `USER_REQUESTED
]