GText.buffer_skelStores attributed text for display in a GText.view @gtkdoc gtk GtkTextBuffer
method as_buffer : Gtk.text_buffermethod add_selection_clipboard : GData.clipboard -> unitmethod copy_clipboard : GData.clipboard -> unitmethod create_child_anchor : iter -> child_anchormethod create_mark : ?name:string ->
?left_gravity:bool ->
iter ->
Gtk.text_markmethod create_tag : ?name:string -> tag_property list -> tagmethod cut_clipboard : ?default_editable:bool -> GData.clipboard -> unitmethod delete_mark : mark -> unitmethod end_iter : itermethod get_iter_at_char : ?line:int -> int -> itermethod get_iter_at_byte : line:int -> int -> itermethod get_mark : mark -> Gtk.text_markmethod insert_child_anchor : iter -> child_anchor -> unitmethod insert_interactive : ?iter:iter ->
?default_editable:bool ->
string ->
boolmethod insert_pixbuf : iter:iter -> pixbuf:GdkPixbuf.pixbuf -> unitmethod insert_range_interactive : iter:iter ->
start:iter ->
stop:iter ->
?default_editable:bool ->
unit ->
boolmethod paste_clipboard : ?iter:iter ->
?default_editable:bool ->
GData.clipboard ->
unitmethod place_cursor : where:iter -> unitmethod remove_selection_clipboard : GData.clipboard -> unitmethod start_iter : itermethod tag_table : Gtk.text_tag_table