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
This commit is contained in:
Tor Lillqvist 2008-03-30 02:29:13 +00:00 committed by Tor Lillqvist
parent 1e32d18830
commit c90f048805
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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.