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-3.0.gir
C documentation: GtkTextChildAnchor
Class : TextChildAnchor
Extends: GObject.Object
A GtkTextChildAnchor is a spot in the buffer where child widgets can
be "anchored" (inserted inline, as if they were characters). The anchor
can have multiple widgets anchored, to allow for multiple views.
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
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) : Gtk.TextIter
Obtains the location of anchor within buffer.
Gtk.TextBuffer
Method
insert_child_anchor (TextIter iter, TextChildAnchor anchor) : none
Inserts a child widget anchor into the text buffer at iter.
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 Sat Apr 16 2011 17:14:04 GMT+0800 (HKT)