forked from AuroraMiddleware/gtk
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:
parent
6d51fcd95a
commit
b18a75d869
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user