Description
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.
Subprograms
-
procedure Gtk_New (Widget : out Gtk_Text_Child_Anchor);
procedure Initialize (Widget : access Gtk_Text_Child_Anchor_Record'Class);
-
-
function Get_Widgets
(Anchor : access Gtk_Text_Child_Anchor_Record)
return Gtk.Widget.Widget_List.Glist;
-
function Get_Deleted
(Anchor : access Gtk_Text_Child_Anchor_Record) return Boolean;