GtkTextChildAnchor

A gtk.text_child_anchor.TextChildAnchor is a spot in a gtk.text_buffer.TextBuffer where child widgets can be “anchored”.

The anchor can have multiple widgets anchored, to allow for multiple views.

struct GtkTextChildAnchor {}

Members

Variables

parentInstance
ObjectC parentInstance;
segment
void* segment;