gtk+ r19949 - in branches/gtk-2-12/docs/reference: . gtk/tmpl



Author: tml
Date: Sun Mar 30 03:32:06 2008
New Revision: 19949
URL: http://svn.gnome.org/viewvc/gtk+?rev=19949&view=rev

Log:
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.



Modified:
   branches/gtk-2-12/docs/reference/ChangeLog
   branches/gtk-2-12/docs/reference/gtk/tmpl/gtkenums.sgml

Modified: branches/gtk-2-12/docs/reference/gtk/tmpl/gtkenums.sgml
==============================================================================
--- branches/gtk-2-12/docs/reference/gtk/tmpl/gtkenums.sgml	(original)
+++ branches/gtk-2-12/docs/reference/gtk/tmpl/gtkenums.sgml	Sun Mar 30 03:32:06 2008
@@ -442,7 +442,9 @@
 
 <!-- ##### 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]