public void add_mark (Gtk.TextMark mark, Gtk.TextIter where);
public void add_selection_clipboard (Gtk.Clipboard clipboard);
public void apply_tag_by_name (string name, Gtk.TextIter start, Gtk.TextIter end);
- public bool backspace (Gtk.TextIter iter, bool interactive, bool default_editable);
+ public bool backspace (ref Gtk.TextIter iter, bool interactive, bool default_editable);
public void copy_clipboard (Gtk.Clipboard clipboard);
public unowned Gtk.TextChildAnchor create_child_anchor (Gtk.TextIter iter);
public unowned Gtk.TextMark create_mark (string? mark_name, Gtk.TextIter where, bool left_gravity);
public void add_selection_clipboard (Gtk.Clipboard clipboard);
public void apply_tag_by_name (string name, Gtk.TextIter start, Gtk.TextIter end);
[Version (since = "2.6")]
- public bool backspace (Gtk.TextIter iter, bool interactive, bool default_editable);
+ public bool backspace (ref Gtk.TextIter iter, bool interactive, bool default_editable);
public void copy_clipboard (Gtk.Clipboard clipboard);
public unowned Gtk.TextChildAnchor create_child_anchor (Gtk.TextIter iter);
public unowned Gtk.TextMark create_mark (string? mark_name, Gtk.TextIter where, bool left_gravity);
public void add_mark (Gtk.TextMark mark, Gtk.TextIter where);
public void add_selection_clipboard (Gdk.Clipboard clipboard);
public void apply_tag_by_name (string name, Gtk.TextIter start, Gtk.TextIter end);
- public bool backspace (Gtk.TextIter iter, bool interactive, bool default_editable);
+ public bool backspace (ref Gtk.TextIter iter, bool interactive, bool default_editable);
public void copy_clipboard (Gdk.Clipboard clipboard);
public unowned Gtk.TextChildAnchor create_child_anchor (Gtk.TextIter iter);
public unowned Gtk.TextMark create_mark (string? mark_name, Gtk.TextIter where, bool left_gravity);
.register_property skip=false
.register_property.parse_func nullable
TextBuffer
+ .backspace.iter ref
.delete.start ref
.delete.end ref
.delete_interactive.start_iter ref
render_* parent="Gtk.StyleContext"
render_* symbol_type="method" instance_idx=0
TextBuffer
+ .backspace.iter ref
.delete.start ref
.delete.end ref
.delete_interactive.start_iter ref
GtkTextAppearance.pad* hidden="1"
GtkTextAttributes.appearance weak="0"
GtkTextAttributes.language weak="0"
+gtk_text_buffer_backspace.iter is_ref="1"
gtk_text_buffer_delete.start is_ref="1"
gtk_text_buffer_delete.end is_ref="1"
gtk_text_buffer_delete_interactive.start_iter is_ref="1"