Back to Seed Clases

GtkSource


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child markerGtk.TextBuffer
parent-child marker GtkSource.Buffer

Class GtkSource.Buffer

Import line: GtkSource = imports.gi.GtkSource;
GIR File: GtkSource-2.0.gir
C documentation: GtkSourceBuffer
Class : Buffer
Extends: Gtk.TextBuffer
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GtkSource.Completion
Method
GtkSource.Completion.utils_get_word_iter (Buffer source_buffer, TextIter current, TextIter start_word, TextIter end_word) : String
GtkSource.Completion
Method
GtkSource.Completion.utils_get_word (Buffer text_view) : String
GtkSource.Completion
Method
GtkSource.Completion.utils_replace_word (Buffer source_buffer, TextIter iter, String text, Number len) : none
GtkSource.Completion
Method
GtkSource.Completion.utils_replace_current_word (Buffer source_buffer, String text, Number len) : none
Replaces the current word in the GtkSourceBuffer with the new word.
GtkSource.PrintCompositor
Property
buffer : GtkSource.Buffer
GtkSource.PrintCompositor
Method
new GtkSource.PrintCompositor.c_new (Buffer buffer) : GtkSource.PrintCompositor
Create a new GtkSource.PrintCompositor
GtkSource.PrintCompositor
Method
get_buffer () : GtkSource.Buffer
Gets the GtkSourceBuffer associated with the compositor.
GtkSource.View
Method
new GtkSource.View.with_buffer (Buffer buffer) : GtkSource.View
Create a new GtkSource.View
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:46 GMT+0800 (HKT)