Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.TextChildAnchor

Class Gtk.TextChildAnchor

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkTextChildAnchor
Class : TextChildAnchor
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.TextBuffer
Signal
insert_child_anchor (TextBuffer self, TextIter location, TextChildAnchor anchor) : none
The ::insert-child-anchor signal is emitted to insert a GtkTextChildAnchor in a GtkTextBuffer.
Gtk.TextBuffer
Method
insert_child_anchor (TextIter iter, TextChildAnchor anchor) : none
Inserts a child widget anchor into the text buffer at iter.
Gtk.TextBuffer
Method
create_child_anchor (TextIter iter) : Gtk.TextChildAnchor
This is a convenience function which simply creates a child anchor with gtk_text_child_anchor_new() and inserts it into the buffer with gtk_text_buffer_insert_child_anchor().
Gtk.TextBuffer
Method
get_iter_at_child_anchor (TextIter iter, TextChildAnchor anchor) : none
Obtains the location of anchor within buffer.
Gtk.TextIter
Method
get_child_anchor () : Gtk.TextChildAnchor
If the location at iter contains a child anchor, the anchor is returned (with no new reference count added).
Gtk.TextView
Method
add_child_at_anchor (Widget child, TextChildAnchor anchor) : none
Adds a child widget in the text buffer, at the given anchor.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:31 GMT+0800 (HKT)