Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.TextBuffer

Class Gtk.TextBuffer

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkTextBuffer
Class : TextBuffer
Extends: GObject.Object
  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
Gtk
Method
Gtk.targets_include_rich_text (Atom targets, Number n_targets, TextBuffer buffer) : Boolean
Determines if any of the targets in targets can be used to provide rich text.
Gtk.Clipboard
Method
request_rich_text (TextBuffer buffer, Function callback, void* user_data) : none
Requests the contents of the clipboard as rich text.
Gtk.Clipboard
Method
wait_for_rich_text (TextBuffer buffer, Atom format, Object out_values) : String
Requests the contents of the clipboard as rich text.
Gtk.Clipboard
Method
wait_is_rich_text_available (TextBuffer buffer) : Boolean
Test to see if there is rich text available to be pasted This is done by requesting the TARGETS atom and checking if it contains any of the supported rich text targets.
Gtk.SelectionData
Method
targets_include_rich_text (TextBuffer buffer) : Boolean
Given a GtkSelectionData object holding a list of targets, determines if any of the targets in targets can be used to provide rich text.
Gtk.TargetList
Method
add_rich_text_targets (Number info, Boolean deserializable, TextBuffer buffer) : none
Appends the rich text targets registered with gtk_text_buffer_register_serialize_format() or gtk_text_buffer_register_deserialize_format() to the target list.
Gtk.TextIter
Method
get_buffer () : Gtk.TextBuffer
Returns the GtkTextBuffer this iterator is associated with.
Gtk.TextLayout
Method
set_buffer (TextBuffer buffer) : none
Gtk.TextLayout
Method
get_buffer () : Gtk.TextBuffer
Gets the text buffer used by the layout.
Gtk.TextMark
Method
get_buffer () : Gtk.TextBuffer
Gets the buffer this mark is located inside, or NULL if the mark is deleted.
Gtk.TextView
Property
buffer : Gtk.TextBuffer
Gtk.TextView
Method
new Gtk.TextView.with_buffer (TextBuffer buffer) : Gtk.TextView
Create a new Gtk.TextView
Gtk.TextView
Method
set_buffer (TextBuffer buffer) : none
Sets buffer as the buffer being displayed by text_view.
Gtk.TextView
Method
get_buffer () : Gtk.TextBuffer
Returns the GtkTextBuffer being displayed by this text view.
GtkSource.GtkTextRegion
Method
new GtkSource.GtkTextRegion.c_new (TextBuffer buffer) : GtkSource.GtkTextRegion
Create a new GtkSource.GtkTextRegion
GtkSource.GtkTextRegion
Method
get_buffer () : Gtk.TextBuffer
GtkSource.UndoManagerDefault
Property
buffer : Gtk.TextBuffer
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:31 GMT+0800 (HKT)