summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-09-10 13:52:29 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-09-10 13:53:28 -0400
commitd497e8ed74991f3c7fe320d964db14514f6be233 (patch)
treefde5176fe5c7d7f07877be1f39d29b2a87233735 /docs
parentd409cf2bf395896e856fe1affe438dd0c041824f (diff)
downloadgtk+-d497e8ed74991f3c7fe320d964db14514f6be233.tar.gz
Mention gdk_window_restack
It is probably worth mentioning this function by name, since we've added it explicitly to easy porting...
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-ClientSideWindows.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-ClientSideWindows.sgml b/docs/reference/gtk/migrating-ClientSideWindows.sgml
index 3860ee526f..b1721b2929 100644
--- a/docs/reference/gtk/migrating-ClientSideWindows.sgml
+++ b/docs/reference/gtk/migrating-ClientSideWindows.sgml
@@ -30,6 +30,8 @@
example that we've seen is changing the child window stacking order
using XRestackWindows(). Fixing this properly requires to fix the code
to use GDK functions to achieve whatever it is trying to achieve.
+ To make this easier in the case of stacking order changes, we've added
+ a gdk_window_restack() function.
</para>
<para>