additional fix for #59314 ('<programlisting>' is changed to '<literal>' in

2001-12-28	Vitaly Tishkov <tvv@sparc.spb.su>
	* gtkwindow.sgml: additional fix for #59314 ('<programlisting>' is
	changed to '<literal>' in docs for gtk_window_set_policy ())
This commit is contained in:
Vitaly Tishkov 2001-12-28 15:48:45 +00:00 committed by Vitaly Tishkov
parent 6d51fcd95a
commit b18a75d869
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-12-28 Vitaly Tishkov <tvv@sparc.spb.su>
* gtkwindow.sgml: additional fix for #59314 ('<programlisting>' is
changed to '<literal>' in docs for gtk_window_set_policy ())
Sat Dec 22 18:18:07 2001 Owen Taylor <otaylor@redhat.com>
* gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h

View File

@ -73,9 +73,9 @@ be resized by users.
<para>
The basic ugly truth of this function is that it should be simply:
<programlisting>
void gtk_window_set_resizable (GtkWidget* window, gboolean setting);
</programlisting>
<literal>
void gtk_window_set_resizable (GtkWindow* window, gboolean setting);
</literal>
...which is why GTK+ 2.0 introduces gtk_window_set_resizable(), which you
should use instead of gtk_window_set_policy().
</para>