diff options
author | Havoc Pennington <hp@redhat.com> | 2002-01-17 22:38:18 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-17 22:38:18 +0000 |
commit | 9e404f2a1e04e9ea17742b9e2823b50189104a54 (patch) | |
tree | 2362e3efce1cc927610984593457b8a1224f222d /docs | |
parent | cf25093441d43b9225ae0a1a7eceaa31ef3a3d49 (diff) | |
download | gtk+-9e404f2a1e04e9ea17742b9e2823b50189104a54.tar.gz |
new function (which I then decided not to use but I think it's needed to
2002-01-17 Havoc Pennington <hp@redhat.com>
* gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
function (which I then decided not to use but I think it's needed
to fix #68963
* gtk/gtktextview.c: add page_horizontally action signal and
implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig,
hackily modified to avoid adding GTK_MOVEMENT_ API. Part of
#53934
* gtk/gtkmarshalers.list: add NONE:INT,BOOL
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtk-unused.sgml | 6 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkmenu.sgml | 6 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtknotebook.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkpaned.sgml | 7 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtktextview.sgml | 9 |
5 files changed, 21 insertions, 9 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 456bfeb3dd..a3bb8b493e 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -2550,12 +2550,6 @@ Internal function used by #GtkHPaned and #GtkVPaned @child1_req: @child2_req: -<!-- ##### MACRO gtk_paned_handle_size ##### --> -<para> -Old name for gtk_paned_set_handle_size(). -</para> - - <!-- ##### FUNCTION gtk_paned_set_handle_size ##### --> <para> Set the the handle size to @size x @size pixels. diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index c060e31b92..f0db72f47a 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -96,9 +96,9 @@ Creates a new #GtkMenu. Adds a new #GtkMenuItem to the end of the menu's item list. </para> +<!-- # Unused Parameters # --> @menu: a #GtkMenu. @child: The #GtkMenuItem to add. -<!-- # Unused Parameters # --> @m: @c: @@ -108,9 +108,9 @@ Adds a new #GtkMenuItem to the end of the menu's item list. Adds a new #GtkMenuItem to the beginning of the menu's item list. </para> +<!-- # Unused Parameters # --> @menu: a #GtkMenu. @child: The #GtkMenuItem to add. -<!-- # Unused Parameters # --> @menu_child: @m: @c: @@ -122,10 +122,10 @@ Adds a new #GtkMenuItem to the menu's item list at the position indicated by @position. </para> +<!-- # Unused Parameters # --> @menu: a #GtkMenu. @child: The #GtkMenuItem to add. @pos: -<!-- # Unused Parameters # --> @position: The position in the item list where @child is added. Positions are numbered from 0 to n-1. diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index c4f727b782..96c321bbcb 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -407,6 +407,7 @@ gtk_notebook_set_current_page() instead. @notebook: the object which received the signal. @arg1: +@Returns: <!-- ##### SIGNAL GtkNotebook::focus-tab ##### --> <para> @@ -423,6 +424,7 @@ gtk_notebook_set_current_page() instead. @notebook: the object which received the signal. @arg1: +@Returns: <!-- ##### SIGNAL GtkNotebook::switch-page ##### --> <para> diff --git a/docs/reference/gtk/tmpl/gtkpaned.sgml b/docs/reference/gtk/tmpl/gtkpaned.sgml index 1e3b1df6b8..33f24283a3 100644 --- a/docs/reference/gtk/tmpl/gtkpaned.sgml +++ b/docs/reference/gtk/tmpl/gtkpaned.sgml @@ -95,6 +95,13 @@ parameters. This is equivalent to @child: the child to add +<!-- ##### MACRO gtk_paned_handle_size ##### --> +<para> +Old name for gtk_paned_set_handle_size(). +</para> + + + <!-- ##### MACRO gtk_paned_gutter_size ##### --> <para> Old name for gtk_paned_set_gutter_size(). diff --git a/docs/reference/gtk/tmpl/gtktextview.sgml b/docs/reference/gtk/tmpl/gtktextview.sgml index 51ab152f35..6e6617c87c 100644 --- a/docs/reference/gtk/tmpl/gtktextview.sgml +++ b/docs/reference/gtk/tmpl/gtktextview.sgml @@ -648,6 +648,15 @@ in an idle job in the background. @textview: the object which received the signal. @arg1: +<!-- ##### SIGNAL GtkTextView::page-horizontally ##### --> +<para> + +</para> + +@textview: the object which received the signal. +@arg1: +@arg2: + <!-- ##### SIGNAL GtkTextView::paste-clipboard ##### --> <para> |