sig
  val cast : 'Gobject.obj -> Gtk.text_child_anchor
  val create :
    [ `textchildanchor ] Gobject.param list -> Gtk.text_child_anchor
  external get_widgets :
    [> `textchildanchor ] Gtk.obj -> Gtk.widget Gtk.obj list
    = "ml_gtk_text_child_anchor_get_widgets"
  external get_deleted : [> `textchildanchor ] Gtk.obj -> bool
    = "ml_gtk_text_child_anchor_get_deleted"
end