diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-24 22:16:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-24 22:16:07 +0000 |
commit | 3a7a64aa46ea1c312c06e17a177c81fddfa93683 (patch) | |
tree | 12608b485ea365f093a99c5c7e0654049a4bcb2c /docs/reference/gtk/tmpl/gtktextbuffer.sgml | |
parent | 1e5c8e64f5f44adc288e16bc2aafbb06372e600f (diff) | |
download | gtk+-3a7a64aa46ea1c312c06e17a177c81fddfa93683.tar.gz |
=== Released 2.3.0 ===GTK_2_3_0
Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===
* configure.in: Remove a stray comma.
* README.in: Fix a few notes about Xft 1 and pango-1.0.
* NEWS: Finish updates for 2.3.0.
* po/Makefile.in.in: Update to latest GLib version.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktextbuffer.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtktextbuffer.sgml | 218 |
1 files changed, 109 insertions, 109 deletions
diff --git a/docs/reference/gtk/tmpl/gtktextbuffer.sgml b/docs/reference/gtk/tmpl/gtktextbuffer.sgml index 44ee0a1753..fcd641f8a9 100644 --- a/docs/reference/gtk/tmpl/gtktextbuffer.sgml +++ b/docs/reference/gtk/tmpl/gtktextbuffer.sgml @@ -29,6 +29,115 @@ types related to the text widget and how they work together. </para> +<!-- ##### SIGNAL GtkTextBuffer::apply-tag ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: +@arg2: +@arg3: + +<!-- ##### SIGNAL GtkTextBuffer::begin-user-action ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. + +<!-- ##### SIGNAL GtkTextBuffer::changed ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. + +<!-- ##### SIGNAL GtkTextBuffer::delete-range ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL GtkTextBuffer::end-user-action ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. + +<!-- ##### SIGNAL GtkTextBuffer::insert-child-anchor ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL GtkTextBuffer::insert-pixbuf ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL GtkTextBuffer::insert-text ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: +@arg2: +@arg3: +<!-- # Unused Parameters # --> +@arg4: + +<!-- ##### SIGNAL GtkTextBuffer::mark-deleted ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: + +<!-- ##### SIGNAL GtkTextBuffer::mark-set ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + +<!-- ##### SIGNAL GtkTextBuffer::modified-changed ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. + +<!-- ##### SIGNAL GtkTextBuffer::remove-tag ##### --> +<para> + +</para> + +@textbuffer: the object which received the signal. +@arg1: +@arg2: +@arg3: + +<!-- ##### ARG GtkTextBuffer:tag-table ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_text_buffer_new ##### --> <para> @@ -628,112 +737,3 @@ types related to the text widget and how they work together. @clipboard: -<!-- ##### SIGNAL GtkTextBuffer::apply-tag ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: -@arg2: -@arg3: - -<!-- ##### SIGNAL GtkTextBuffer::begin-user-action ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. - -<!-- ##### SIGNAL GtkTextBuffer::changed ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. - -<!-- ##### SIGNAL GtkTextBuffer::delete-range ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - -<!-- ##### SIGNAL GtkTextBuffer::end-user-action ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. - -<!-- ##### SIGNAL GtkTextBuffer::insert-child-anchor ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - -<!-- ##### SIGNAL GtkTextBuffer::insert-pixbuf ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - -<!-- ##### SIGNAL GtkTextBuffer::insert-text ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: -@arg2: -@arg3: -<!-- # Unused Parameters # --> -@arg4: - -<!-- ##### SIGNAL GtkTextBuffer::mark-deleted ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: - -<!-- ##### SIGNAL GtkTextBuffer::mark-set ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - -<!-- ##### SIGNAL GtkTextBuffer::modified-changed ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. - -<!-- ##### SIGNAL GtkTextBuffer::remove-tag ##### --> -<para> - -</para> - -@textbuffer: the object which received the signal. -@arg1: -@arg2: -@arg3: - -<!-- ##### ARG GtkTextBuffer:tag-table ##### --> -<para> - -</para> - |