diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-07-20 02:26:06 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-07-20 02:26:06 +0000 |
commit | 9d2a946813797d812a6c16fe0618eea9d8cd95f9 (patch) | |
tree | b80ce431a99af0a6794992b1d6eac73b00ce83f6 /docs/reference/gtk/tmpl/gtktextbuffer.sgml | |
parent | 04ec6a9d23ea21f9cb9010c4db45029eafd345c8 (diff) | |
download | gtk+-9d2a946813797d812a6c16fe0618eea9d8cd95f9.tar.gz |
=== Released 2.5.0 ===GTK_2_5_0
Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
* NEWS: updates
* tests/testcombo.c: Fix compilation
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> - |