mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
More of the same
svn path=/trunk/; revision=21822
This commit is contained in:
parent
f5aa73e6ae
commit
10e3a68267
@ -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:
|
||||
|
@ -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 ##### -->
|
||||
|
@ -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 ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user