package Gtk.Text_Child_Anchor is
type Gtk_Text_Child_Anchor_Record is new GObject_Record with null record;
type Gtk_Text_Child_Anchor is access all Gtk_Text_Child_Anchor_Record'Class;
procedure Gtk_New
| ( | Anchor | : out Gtk_Text_Child_Anchor); |
procedure Initialize
| ( | Anchor | : not null access Gtk_Text_Child_Anchor_Record'Class); |
function Gtk_Text_Child_Anchor_New return Gtk_Text_Child_Anchor;
function Get_Type return Glib.GType;
function Get_Deleted
| ( | Anchor | : not null access Gtk_Text_Child_Anchor_Record) return Boolean; |
function Get_Widgets
| ( | Anchor | : not null access Gtk_Text_Child_Anchor_Record) return Gtk.Widget.Widget_SList.GSlist; |