Back to Seed Clases

GtkSource


Classes

Interfaces

Structs

Unions

Enums

Enum GtkSource.DrawSpacesFlags

Import line: GtkSource = imports.gi.GtkSource;
GIR File: GtkSource-2.0.gir
C documentation: GtkSourceDrawSpacesFlags
Enum : DrawSpacesFlags
  Show / Hide Inherited methods, properties and signals
GtkSourceDrawSpacesFlags determine what kind of spaces whould be drawn. If none of GTK_SOURCE_DRAW_SPACES_LEADING, GTK_SOURCE_DRAW_SPACES_TEXT or GTK_SOURCE_DRAW_SPACES_TRAILING is specified, whitespaces at any position in the line will be drawn (i.e. it has the same effect as specifying all of them).
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GtkSource.View
Property
GtkSource.View
Method
set_draw_spaces (DrawSpacesFlags flags) : none
Set if and how the spaces should be visualized.
GtkSource.View
Method
get_draw_spaces () : GtkSource.DrawSpacesFlags
Returns the GtkSourceDrawSpacesFlags specifying if and how spaces should be displayed for this view.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:48 GMT+0800 (HKT)