public bool has_selection { get; }
public Gtk.TargetList paste_target_list { get; }
public Gtk.TextTagTable tag_table { get; construct; }
- public string text { get; set; }
+ [NoAccessorMethod]
+ public string text { owned get; set; }
[HasEmitter]
public virtual signal void apply_tag (Gtk.TextTag tag, Gtk.TextIter start_char, Gtk.TextIter end_char);
[HasEmitter]
GtkTextBuffer::insert_child_anchor has_emitter="1"
GtkTextBuffer::insert_pixbuf has_emitter="1"
GtkTextBuffer::remove_tag has_emitter="1"
+GtkTextBuffer:text accessor_method="0"
gtk_text_buffer_create_mark.mark_name nullable="1"
gtk_text_buffer_get_bounds.start is_out="1"
gtk_text_buffer_get_bounds.end is_out="1"