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



Author: matthiasc
Date: Sat Nov 29 07:56:32 2008
New Revision: 21822
URL: http://svn.gnome.org/viewvc/gtk+?rev=21822&view=rev

Log:
More of the same


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/tmpl/gtknotebook.sgml
   trunk/docs/reference/gtk/tmpl/gtkrc.sgml

Modified: trunk/docs/reference/gtk/tmpl/gtknotebook.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtknotebook.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtknotebook.sgml	Sat Nov 29 07:56:32 2008
@@ -382,10 +382,10 @@
 
 <!-- ##### MACRO gtk_notebook_current_page ##### -->
 <para>
-Deprecated compatibility macro. Use
-gtk_notebook_get_current_page() instead.
+Deprecated compatibility macro. 
 </para>
 
+ Deprecated: Use gtk_notebook_get_current_page() instead.
 
 
 <!-- ##### FUNCTION gtk_notebook_page_num ##### -->
@@ -399,10 +399,10 @@
 
 <!-- ##### MACRO gtk_notebook_set_page ##### -->
 <para>
-Deprecated compatibility macro. Use
-gtk_notebook_set_current_page() instead.
+Deprecated compatibility macro. 
 </para>
 
+ Deprecated: Use gtk_notebook_set_current_page() instead.
 
 
 <!-- ##### FUNCTION gtk_notebook_next_page ##### -->

Modified: trunk/docs/reference/gtk/tmpl/gtkrc.sgml
==============================================================================
--- trunk/docs/reference/gtk/tmpl/gtkrc.sgml	(original)
+++ trunk/docs/reference/gtk/tmpl/gtkrc.sgml	Sat Nov 29 07:56:32 2008
@@ -849,42 +849,39 @@
 <para>
 Adds a #GtkRcStyle that will be looked up by a match against
 the widget's pathname. This is equivalent to a:
-<literal>
-widget PATTERN style STYLE
-</literal>
+ <literal>widget PATTERN style STYLE</literal>
 statement in a RC file.
 </para>
 
 @rc_style: the #GtkRcStyle to use for widgets matching @pattern
 @pattern: the pattern
+ Deprecated: Use gtk_rc_parse_string() with a suitable string instead.
 
 
 <!-- ##### FUNCTION gtk_rc_add_widget_class_style ##### -->
 <para>
 Adds a #GtkRcStyle that will be looked up by a match against
 the widget's class pathname. This is equivalent to a:
-<literal>
-widget_class PATTERN style STYLE
-</literal>
+<literal>widget_class PATTERN style STYLE</literal>
 statement in a RC file.
 </para>
 
 @rc_style: the #GtkRcStyle to use for widgets matching @pattern
 @pattern: the pattern
+ Deprecated: Use gtk_rc_parse_string() with a suitable string instead.
 
 
 <!-- ##### FUNCTION gtk_rc_add_class_style ##### -->
 <para>
 Adds a #GtkRcStyle that will be looked up by a matching against
 the class hierarchy of the widget. This is equivalent to a:
-<literal>
-class PATTERN style STYLE
-</literal>
+<literal>class PATTERN style STYLE</literal>
 statement in a RC file.
 </para>
 
 @rc_style: the #GtkRcStyle to use for widgets deriving from @pattern
 @pattern: the pattern
+ Deprecated: Use gtk_rc_parse_string() with a suitable string instead.
 
 
 <!-- ##### FUNCTION gtk_rc_parse ##### -->



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