Method

GtkTextChildAnchorget_widgets

Declaration [src]

GList*
gtk_text_child_anchor_get_widgets (
  GtkTextChildAnchor* anchor
)

Description [src]

Gets a list of all widgets anchored at this child anchor. The returned list should be freed with g_list_free().

Return value

Type: A list of GtkWidget*

List of widgets anchored at anchor.

The caller of the method takes ownership of the returned data container, but not the data inside it.