forked from AuroraMiddleware/gtk
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:
parent
1e32d18830
commit
c90f048805
@ -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>
|
2008-03-11 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gdk/Makefile.am
|
* gdk/Makefile.am
|
||||||
|
@ -442,7 +442,9 @@ Used by #GtkCList and #GtkCTree to indicate whether a row is visible.
|
|||||||
|
|
||||||
<!-- ##### ENUM GtkWindowPosition ##### -->
|
<!-- ##### ENUM GtkWindowPosition ##### -->
|
||||||
<para>
|
<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>
|
</para>
|
||||||
|
|
||||||
@GTK_WIN_POS_NONE: No influence is made on placement.
|
@GTK_WIN_POS_NONE: No influence is made on placement.
|
||||||
|
Loading…
Reference in New Issue
Block a user