gtk+ r21815 - in trunk/docs/reference: . gtk/tmpl



Author: matthiasc
Date: Sat Nov 29 06:57:55 2008
New Revision: 21815
URL: http://svn.gnome.org/viewvc/gtk+?rev=21815&view=rev

Log:
Improve deprecation annotations


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtkbbox.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtkbbox.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkbbox.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkbbox.sgml	Sat Nov 29 06:57:55 2008
@@ -100,7 +100,8 @@
 </para>
 
 @b: a #GtkButtonBox
- Returns: the current spacing applied to the buttons in @widget.
+ Returns: the current spacing applied to the buttons in @widget
+ Deprecated: Use gtk_box_get_spacing() instead.
 
 
 <!-- ##### FUNCTION gtk_button_box_get_layout ##### -->
@@ -133,8 +134,11 @@
 @widget: a #GtkButtonBox.
 @ipad_x: the horizontal padding used by buttons in @widget.
 @ipad_y: the vertical padding used by buttons in @widget.
- Deprecated: Use the style properties
-<literal>"child-internal-pad-x/-y"</literal> instead.
+ Deprecated: Use the style properties 
+  "<link linkend="GtkButtonBox--s-child-internal-pad-x">child-internal-pad-x</link>"
+  and
+  "<link linkend="GtkButtonBox--s-child-internal-pad-y">child-internal-pad-y</link>"
+  instead.
 
 
 <!-- ##### FUNCTION gtk_button_box_get_child_secondary ##### -->
@@ -152,8 +156,9 @@
 Sets the amount of spacing between buttons in a given button box.
 </para>
 
- b: a #GtkButtonBox.
- s: the number of pixels of spacing.
+ b: a #GtkButtonBox
+ s: the number of pixels of spacing
+ Deprecated: Use gtk_box_set_spacing() instead.
 
 
 <!-- ##### FUNCTION gtk_button_box_set_layout ##### -->
@@ -170,11 +175,14 @@
 Sets a new default size for the children of a given button box.
 </para>
 
- widget: a #GtkButtonBox.
- min_width: a default width for buttons in @widget.
- min_height: a default height for buttons in @widget.
+ widget: a #GtkButtonBox
+ min_width: a default width for buttons in @widget
+ min_height: a default height for buttons in @widget
 @Deprecated: Use the style properties
-<literal>"child-min-width/-height"</literal> instead.
+  "<link linkend="GtkButtonBox--s-child-min-width">child-min-width</link>"
+  and
+  "<link linkend="GtkButtonBox--s-child-min-height">child-min-height</link>"
+  instead.
 
 
 <!-- ##### FUNCTION gtk_button_box_set_child_ipadding ##### -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]