gsvc.gsvtypes

Undocumented in source.

Public Imports

gtkc.gtktypes
public import gtkc.gtktypes;
Undocumented in source.

Members

Aliases

GtkSourceGutterDataFunc
alias GtkSourceGutterDataFunc = void function(GtkSourceGutter* gutter, GtkCellRenderer* cell, int lineNumber, int currentLine, void* data)
Undocumented in source.
GtkSourceGutterSizeFunc
alias GtkSourceGutterSizeFunc = void function(GtkSourceGutter* gutter, GtkCellRenderer* cell, void* data)
Undocumented in source.
GtkSourceViewMarkTooltipFunc
alias GtkSourceViewMarkTooltipFunc = char* function(GtkSourceMark* mark, void* userData)
Undocumented in source.
SourceCompletionActivation
alias SourceCompletionActivation = GtkSourceCompletionActivation
Undocumented in source.
SourceDrawSpacesFlags
alias SourceDrawSpacesFlags = GtkSourceDrawSpacesFlags
Undocumented in source.
SourceSearchFlags
alias SourceSearchFlags = GtkSourceSearchFlags
Undocumented in source.
SourceSmartHomeEndType
alias SourceSmartHomeEndType = GtkSourceSmartHomeEndType
Undocumented in source.
SourceViewGutterPosition
alias SourceViewGutterPosition = GtkSourceViewGutterPosition
Undocumented in source.

Enums

GtkSourceCompletionActivation
enum GtkSourceCompletionActivation
Undocumented in source.
GtkSourceDrawSpacesFlags
enum GtkSourceDrawSpacesFlags

GtkSourceDrawSpacesFlags determine what kind of spaces whould be drawn. GTK_SOURCE_DRAW_SPACES_SPACE whether the space character should be drawn. GTK_SOURCE_DRAW_SPACES_TAB whether the tab character should be drawn. GTK_SOURCE_DRAW_SPACES_NEWLINE whether the line breaks should be drawn. GTK_SOURCE_DRAW_SPACES_NBSP whether the non-breaking whitespaces should be drawn. GTK_SOURCE_DRAW_SPACES_LEADING GTK_SOURCE_DRAW_SPACES_TEXT GTK_SOURCE_DRAW_SPACES_TRAILING GTK_SOURCE_DRAW_SPACES_ALL wheter all kind of spaces should be drawn.

GtkSourceSearchFlags
enum GtkSourceSearchFlags
Undocumented in source.
GtkSourceSmartHomeEndType
enum GtkSourceSmartHomeEndType

GTK_SOURCE_SMART_HOME_END_DISABLED smart-home-end disabled. GTK_SOURCE_SMART_HOME_END_BEFORE move to the first/last non-whitespace character on the first press of the HOME/END keys and to the beginning/end of the line on the second press. GTK_SOURCE_SMART_HOME_END_AFTER move to the beginning/end of the line on the first press of the HOME/END keys and to the first/last non-whitespace character on the second press. GTK_SOURCE_SMART_HOME_END_ALWAYS always move to the first/last non-whitespace character when the HOME/END keys are pressed.

GtkSourceViewGutterPosition
enum GtkSourceViewGutterPosition

GTK_SOURCE_VIEW_GUTTER_POSITION_LINES the gutter position of the lines renderer GTK_SOURCE_VIEW_GUTTER_POSITION_MARKS the gutter position of the marks renderer

Structs

GtkSourceBuffer
struct GtkSourceBuffer

Main Gtk struct.

GtkSourceBufferClass
struct GtkSourceBufferClass
Undocumented in source.
GtkSourceCompletion
struct GtkSourceCompletion

Main Gtk struct.

GtkSourceCompletionContext
struct GtkSourceCompletionContext

Main Gtk struct.

GtkSourceCompletionInfo
struct GtkSourceCompletionInfo

Main Gtk struct.

GtkSourceCompletionItem
struct GtkSourceCompletionItem

Main Gtk struct.

GtkSourceCompletionProposal
struct GtkSourceCompletionProposal

Main Gtk struct.

GtkSourceCompletionProvider
struct GtkSourceCompletionProvider

Main Gtk struct.

GtkSourceGutter
struct GtkSourceGutter

Main Gtk struct.

GtkSourceLanguage
struct GtkSourceLanguage

Main Gtk struct.

GtkSourceLanguageManager
struct GtkSourceLanguageManager

Main Gtk struct.

GtkSourceMark
struct GtkSourceMark

Main Gtk struct.

GtkSourcePrintCompositor
struct GtkSourcePrintCompositor

Main Gtk struct.

GtkSourceStyle
struct GtkSourceStyle

Main Gtk struct.

GtkSourceStyleScheme
struct GtkSourceStyleScheme

Main Gtk struct.

GtkSourceStyleSchemeManager
struct GtkSourceStyleSchemeManager

Main Gtk struct.

GtkSourceView
struct GtkSourceView

Main Gtk struct.

GtkSourceViewClass
struct GtkSourceViewClass
Undocumented in source.
GtkTextBufferClass
struct GtkTextBufferClass
Undocumented in source.
GtkTextViewClass
struct GtkTextViewClass
Undocumented in source.

Meta