summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-03-30 02:29:13 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-03-30 02:29:13 +0000
commitc90f04880510151f3a31edf600dd0e98918211e7 (patch)
tree286ca8313b7b926a96415b36e6453aa61ee3888e /docs
parent1e32d18830e37aec82b46473088ab6652040464e (diff)
downloadgtk+-c90f04880510151f3a31edf600dd0e98918211e7.tar.gz
Bug 524862 - Using GTK_WIN_POS_CENTER_ALWAYS gives jerky window resizing
2008-03-30 Tor Lillqvist <tml@novell.com> Bug 524862 - Using GTK_WIN_POS_CENTER_ALWAYS gives jerky window resizing in Win32 * gtk/tmpl/gtkenums.sgml: Recommend that GTK_WIN_POS_CENTER_ALWAYS is not used. svn path=/trunk/; revision=19947
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog8
-rw-r--r--docs/reference/gtk/tmpl/gtkenums.sgml4
2 files changed, 11 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index efd4f6bfc7..705de058d4 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-30 Tor Lillqvist <tml@novell.com>
+
+ Bug 524862 - Using GTK_WIN_POS_CENTER_ALWAYS gives jerky window
+ resizing in Win32
+
+ * gtk/tmpl/gtkenums.sgml: Recommend that GTK_WIN_POS_CENTER_ALWAYS
+ is not used.
+
2008-03-11 Michael Natterer <mitch@imendio.com>
* gdk/Makefile.am
diff --git a/docs/reference/gtk/tmpl/gtkenums.sgml b/docs/reference/gtk/tmpl/gtkenums.sgml
index fffd55daa5..e7fee82819 100644
--- a/docs/reference/gtk/tmpl/gtkenums.sgml
+++ b/docs/reference/gtk/tmpl/gtkenums.sgml
@@ -442,7 +442,9 @@ Used by #GtkCList and #GtkCTree to indicate whether a row is visible.
<!-- ##### ENUM GtkWindowPosition ##### -->
<para>
-Window placement can be influenced using this enumeration.
+Window placement can be influenced using this enumeration. Note that
+using @GTK_WIN_POS_CENTER_ALWAYS is almost always a bad idea.
+It won't necessarily work well with all window managers or on all windowing systems.
</para>
@GTK_WIN_POS_NONE: No influence is made on placement.