More of the same

svn path=/trunk/; revision=21822
This commit is contained in:
Matthias Clasen 2008-11-29 07:56:32 +00:00
parent f5aa73e6ae
commit 10e3a68267
3 changed files with 12 additions and 13 deletions

View File

@ -1,5 +1,7 @@
2008-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkrc.sgml:
* gtk/tmpl/gtknotebook.sgml:
* gtk/tmpl/gtklabel.sgml:
* gtk/tmpl/gtkdrawingarea.sgml:
* gtk/tmpl/gtkcheckmenuitem.sgml:

View File

@ -382,10 +382,10 @@ The #GtkNotebookPage is an opaque implementation detail of #GtkNotebook.
<!-- ##### 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 @@ gtk_notebook_get_current_page() instead.
<!-- ##### 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 ##### -->

View File

@ -849,42 +849,39 @@ specific portions of a RC file.
<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 ##### -->