summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtktextbuffer.sgml
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-04 16:31:37 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-04 16:31:37 +0000
commit5f91b6fca673f7726acdc57c4f8e8b32be285458 (patch)
tree378afae9c25c1c3dcd847cba2f484fc1c374f50e /docs/reference/gtk/tmpl/gtktextbuffer.sgml
parentae9dbe51d24634502679fc60eb016356a7087454 (diff)
downloadgtk+-5f91b6fca673f7726acdc57c4f8e8b32be285458.tar.gz
Added a bunch of stuff from unused
2000-11-04 Havoc Pennington <hp@pobox.com> * gtk/gtk-sections.txt: Added a bunch of stuff from unused 2000-11-04 Havoc Pennington <hp@pobox.com> * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member list * docs/Changes-2.0.txt: Add note about gtk_container_get_toplevels() * gtk/gtktextview.h: formatting * gtk/gtktextview.c: don't start descriptions with "Returns", confuses gtk-doc
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktextbuffer.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtktextbuffer.sgml128
1 files changed, 122 insertions, 6 deletions
diff --git a/docs/reference/gtk/tmpl/gtktextbuffer.sgml b/docs/reference/gtk/tmpl/gtktextbuffer.sgml
index de02fed274..1f0247ebcf 100644
--- a/docs/reference/gtk/tmpl/gtktextbuffer.sgml
+++ b/docs/reference/gtk/tmpl/gtktextbuffer.sgml
@@ -116,6 +116,45 @@ types related to the text widget and how they work together.
@end:
+<!-- ##### FUNCTION gtk_text_buffer_insert_range_interactive ##### -->
+<para>
+
+</para>
+
+@buffer:
+@iter:
+@start:
+@end:
+@default_editable:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_text_buffer_insert_with_tags ##### -->
+<para>
+
+</para>
+
+@buffer:
+@iter:
+@text:
+@len:
+@first_tag:
+@Varargs:
+
+
+<!-- ##### FUNCTION gtk_text_buffer_insert_with_tags_by_name ##### -->
+<para>
+
+</para>
+
+@buffer:
+@iter:
+@text:
+@len:
+@first_tag_name:
+@Varargs:
+
+
<!-- ##### FUNCTION gtk_text_buffer_delete ##### -->
<para>
@@ -191,6 +230,16 @@ types related to the text widget and how they work together.
@pixbuf:
+<!-- ##### FUNCTION gtk_text_buffer_create_child_anchor ##### -->
+<para>
+
+</para>
+
+@buffer:
+@iter:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_buffer_create_mark ##### -->
<para>
@@ -213,6 +262,16 @@ types related to the text widget and how they work together.
@where:
+<!-- ##### FUNCTION gtk_text_buffer_move_mark_by_name ##### -->
+<para>
+
+</para>
+
+@buffer:
+@name:
+@where:
+
+
<!-- ##### FUNCTION gtk_text_buffer_delete_mark ##### -->
<para>
@@ -250,6 +309,15 @@ types related to the text widget and how they work together.
@Returns:
+<!-- ##### FUNCTION gtk_text_buffer_get_selection_bound ##### -->
+<para>
+
+</para>
+
+@buffer:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_buffer_place_cursor ##### -->
<para>
@@ -344,33 +412,54 @@ types related to the text widget and how they work together.
@line_number:
-<!-- ##### FUNCTION gtk_text_buffer_get_last_iter ##### -->
+<!-- ##### FUNCTION gtk_text_buffer_get_iter_at_line_index ##### -->
<para>
</para>
@buffer:
@iter:
+@line_number:
+@byte_index:
-<!-- ##### FUNCTION gtk_text_buffer_get_bounds ##### -->
+<!-- ##### FUNCTION gtk_text_buffer_get_iter_at_mark ##### -->
<para>
</para>
@buffer:
-@start:
-@end:
+@iter:
+@mark:
-<!-- ##### FUNCTION gtk_text_buffer_get_iter_at_mark ##### -->
+<!-- ##### FUNCTION gtk_text_buffer_get_iter_at_child_anchor ##### -->
<para>
</para>
@buffer:
@iter:
-@mark:
+@anchor:
+
+
+<!-- ##### FUNCTION gtk_text_buffer_get_last_iter ##### -->
+<para>
+
+</para>
+
+@buffer:
+@iter:
+
+
+<!-- ##### FUNCTION gtk_text_buffer_get_bounds ##### -->
+<para>
+
+</para>
+
+@buffer:
+@start:
+@end:
<!-- ##### FUNCTION gtk_text_buffer_get_tags ##### -->
@@ -424,6 +513,33 @@ types related to the text widget and how they work together.
@interactive:
+<!-- ##### FUNCTION gtk_text_buffer_copy_clipboard ##### -->
+<para>
+
+</para>
+
+@buffer:
+
+
+<!-- ##### FUNCTION gtk_text_buffer_cut_clipboard ##### -->
+<para>
+
+</para>
+
+@buffer:
+@default_editable:
+
+
+<!-- ##### FUNCTION gtk_text_buffer_paste_primary ##### -->
+<para>
+
+</para>
+
+@buffer:
+@override_location:
+@default_editable:
+
+
<!-- ##### FUNCTION gtk_text_buffer_get_selection_bounds ##### -->
<para>