From 82a3cc699debd3d16e8371d59990d7f4652066ec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Oct 2001 21:52:42 +0000 Subject: [PATCH] Updates. * gtk/gtk-sections.txt, gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkseparatormenuitem.sgml, gtk/tmpl/gtknotebook.sgml, gtk/tmpl/gtkstatusbar.sgml, gtk/tmpl/gtkradiobutton.sgml, gtk/tmpl/gtkradiomenuitem.sgml: Updates. * gdk-pixbuf/gdk-pixbuf-sections.txt, gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Follow recent API changes. --- docs/reference/ChangeLog | 10 ++++++++++ .../gdk-pixbuf/gdk-pixbuf-sections.txt | 2 +- .../reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml | 3 --- docs/reference/gtk/gtk-sections.txt | 4 +++- docs/reference/gtk/tmpl/gtknotebook.sgml | 6 ++++-- docs/reference/gtk/tmpl/gtkradiobutton.sgml | 16 ++++++--------- docs/reference/gtk/tmpl/gtkradiomenuitem.sgml | 20 +++++++------------ .../gtk/tmpl/gtkseparatormenuitem.sgml | 19 ++++++++---------- docs/reference/gtk/tmpl/gtkspinbutton.sgml | 8 ++++---- docs/reference/gtk/tmpl/gtkstatusbar.sgml | 16 ++++++++------- 10 files changed, 52 insertions(+), 52 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1bfc39b4c5..75331e7813 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,13 @@ +2001-10-10 Matthias Clasen + + * gtk/gtk-sections.txt, gtk/tmpl/gtkspinbutton.sgml, + gtk/tmpl/gtkseparatormenuitem.sgml, gtk/tmpl/gtknotebook.sgml, + gtk/tmpl/gtkstatusbar.sgml, gtk/tmpl/gtkradiobutton.sgml, + gtk/tmpl/gtkradiomenuitem.sgml: Updates. + + * gdk-pixbuf/gdk-pixbuf-sections.txt, + gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Follow recent API changes. + 2001-10-10 Matthias Clasen * gtk/tmpl/gtkcalendar.sgml, gtk/tmpl/gtkeditable.sgml: Update. diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index 6d2f16ca02..871c56862a 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -69,7 +69,7 @@ gdk_pixbuf_save gdk_pixbuf_new gdk_pixbuf_new_from_data gdk_pixbuf_new_from_xpm_data -gdk_pixbuf_new_from_stream +gdk_pixbuf_new_from_inline gdk_pixbuf_new_subpixbuf gdk_pixbuf_copy diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml index db969d5456..efadae967b 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml @@ -22,9 +22,6 @@ operations can cause errors in this domain, or in the #G_FILE_ERROR domain. -@GDK_PIXBUF_ERROR_HEADER_CORRUPT: -@GDK_PIXBUF_ERROR_PIXEL_CORRUPT: -@GDK_PIXBUF_ERROR_UNKNOWN_FORMAT: @GDK_PIXBUF_ERROR_CORRUPT_IMAGE: An image file was broken somehow. @GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY: Not enough memory. @GDK_PIXBUF_ERROR_BAD_OPTION: A bad option was passed to a pixbuf save module. diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index f0dd2f62ee..5d6bc74557 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -1945,9 +1945,9 @@ GTK_SEPARATOR_GET_CLASS gtkseparatormenuitem GtkSeparatorMenuItem GtkSeparatorMenuItem -GtkSeparatorMenuItemClass gtk_separator_menu_item_new +GtkSeparatorMenuItemClass GTK_SEPARATOR_MENU_ITEM GTK_SEPARATOR_MENU_ITEM_CLASS GTK_SEPARATOR_MENU_ITEM_GET_CLASS @@ -2732,8 +2732,10 @@ gtk_tree_selection_get_selected gtk_tree_selection_selected_foreach gtk_tree_selection_select_path gtk_tree_selection_unselect_path +gtk_tree_selection_path_is_selected gtk_tree_selection_select_iter gtk_tree_selection_unselect_iter +gtk_tree_selection_iter_is_selected gtk_tree_selection_select_all gtk_tree_selection_unselect_all gtk_tree_selection_select_range diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index 8a2ecbd886..a0979e9c8d 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -118,7 +118,8 @@ The #GtkNotebookPage is an opaque implementation detail of #GtkNotebook. -Deprecated compatibility macro. +Deprecated compatibility macro. Use +gtk_notebook_get_current_page() instead. @@ -134,7 +135,8 @@ Deprecated compatibility macro. - +Deprecated compatibility macro. Use +gtk_notebook_set_current_page() instead. diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml index 3e13cf66f3..198a8cff30 100644 --- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml @@ -151,14 +151,9 @@ as @group. -Retrieves the group assigned to a radio button. +Deprecated compatibility macro. Use gtk_radio_button_get_group() instead. -@Returns: a linked list containing all the radio buttons in the same group -as @radio_button. - -@radio_button: a #GtkRadioButton. - @@ -170,16 +165,17 @@ changes. @radio_button: a #GtkRadioButton. @group: an existing radio button group, such as one returned from -gtk_radio_button_group(). +gtk_radio_button_get_group(). - +Retrieves the group assigned to a radio button. -@radio_button: -@Returns: +@radio_button: a #GtkRadioButton. +@Returns: a linked list containing all the radio buttons in the same group +as @radio_button. diff --git a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml index dfe7cdb75b..35ecd6c74d 100644 --- a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml @@ -82,30 +82,24 @@ Creates a new #GtkRadioMenuItem whose child is a simple #GtkLabel. -Returns the group to which the radio menu item belongs, as a #GList of -#GtkRadioMenuItem. The list belongs to GTK+ and should not be freed. +Deprecated compatibility macro. Use gtk_radio_menu_item_get_group() instead. -@Returns: its group - -@radio_menu_item: the radio menu item - Sets the group of a radio menu item, or changes it. -@radio_menu_item: the radio menu item -@group: the new group +@radio_menu_item: a #GtkRadioMenuItem. +@group: the new group. - +Returns the group to which the radio menu item belongs, as a #GList of +#GtkRadioMenuItem. The list belongs to GTK+ and should not be freed. -@radio_menu_item: -@Returns: - - +@radio_menu_item: a #GtkRadioMenuItem. +@Returns: the group of @radio_menu_item. diff --git a/docs/reference/gtk/tmpl/gtkseparatormenuitem.sgml b/docs/reference/gtk/tmpl/gtkseparatormenuitem.sgml index bbfab5a1b3..13ba858d5f 100644 --- a/docs/reference/gtk/tmpl/gtkseparatormenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkseparatormenuitem.sgml @@ -2,11 +2,13 @@ GtkSeparatorMenuItem - +a separator used in menus. - +The #GtkSeparatorMenuItem is a separator used to group +items within a menu. It displays a horizontal line with a shadow to +make it appear sunken into the interface. @@ -16,21 +18,16 @@ GtkSeparatorMenuItem - - - - - - - +The #GtkSeparatorMenuItem-struct struct contains private data only, and +should be accessed using the functions below. - +Creates a new #GtkSeparatorMenuItem. -@Returns: +@Returns: a new #GtkSeparatorMenuItem. diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml index f905c7cd85..36dedde303 100644 --- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml @@ -232,12 +232,12 @@ Creates a new #GtkSpinButton. - +Gets the value in the @spin_button. This function is deprecated, +use gtk_spin_button_get_value() instead. -@Returns: - -@spin_button: +@spin_button: a #GtkSpinButton. +@Returns: the value of @spin_button. diff --git a/docs/reference/gtk/tmpl/gtkstatusbar.sgml b/docs/reference/gtk/tmpl/gtkstatusbar.sgml index 0bc23cab40..aa170063ec 100644 --- a/docs/reference/gtk/tmpl/gtkstatusbar.sgml +++ b/docs/reference/gtk/tmpl/gtkstatusbar.sgml @@ -10,7 +10,9 @@ A #GtkStatusbar is usually placed along the bottom of an application's main #GtkWindow. It may provide a regular commentary of the application's status (as is usually the case in a web browser, for example), or may be used to simply output a message when the status changes, (when an upload is complete -in an FTP client, for example). +in an FTP client, for example). +It may also have a resize grip (a triangular area in the lower left corner) +which can be clicked on to resize the window containing the statusbar. Status bars in Gtk+ maintain a stack of messages. The message at @@ -102,20 +104,20 @@ Forces the removal of a message from a statusbar's stack. The exact context_id a - +Sets whether the statusbar has a resize grip. %TRUE by default. -@statusbar: -@setting: +@statusbar: a #GtkStatusBar. +@setting: %TRUE to have a resize grip. - +Returns whether the statusbar has a resize grip. -@statusbar: -@Returns: +@statusbar: a #GtkStatusBar. +@Returns: %TRUE if the statusbar has a resize grip.