summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkwindow.xml
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-04-27 20:48:02 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-04-27 20:48:02 +0000
commitfec6bb1e1b0f37f0c1825b8c5b90d3943e52979e (patch)
treeadef8b3dab05e815125057a63ea88ffe7c35fec2 /docs/reference/pygtk-gtkwindow.xml
parent9dc6b028bbc8ff9af6477865e5b9dea8ceda4891 (diff)
downloadpygtk-fec6bb1e1b0f37f0c1825b8c5b90d3943e52979e.tar.gz
pygtk-gtkwindow.xml Fix link to Gravity Constants. Remove bogus link to
* pygtk-gtkwindow.xml Fix link to Gravity Constants. Remove bogus link to gdk_notify_startup_complete() function.
Diffstat (limited to 'docs/reference/pygtk-gtkwindow.xml')
-rw-r--r--docs/reference/pygtk-gtkwindow.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/reference/pygtk-gtkwindow.xml b/docs/reference/pygtk-gtkwindow.xml
index b053368c..40112133 100644
--- a/docs/reference/pygtk-gtkwindow.xml
+++ b/docs/reference/pygtk-gtkwindow.xml
@@ -523,9 +523,9 @@ destroyed when its parent is destroyed</entry>
<entry>The window gravity of the window. See the <link
linkend="method-gtkwindow--move"><methodname>move</methodname>()</link>
-method and <link
-linkend="class-gdkgravity"><classname>gtk.gdk.Gravity</classname></link> for
-more details about window gravity. Available in GTK+ 2.4 and above.</entry>
+method and the <link linkend="gdk-gravity-constants">gtk.gdk Gravity
+Constants</link> for more details about window gravity. Available in GTK+
+2.4 and above.</entry>
</row>
<row valign="top">
@@ -3561,14 +3561,13 @@ sets the auto startup notification setting to the value of <parameter>setting</p
linkend="class-gtkwindow"><classname>gtk.Window</classname></link> for each
<link
linkend="class-gdkscreen"><classname>gtk.gdk.Screen</classname></link>, GTK+
-calls the <link
-linkend="method-gdkscreen--notify-startup-complete"><methodname>gtk.Screen.notify_startup_complete</methodname>()</link>
-method. Call this function to disable the automatic startup
-notification. You might do this if your first window is a splash screen, and
-you want to delay notification until after your real main window has been
-shown. In that example, you would disable startup notification temporarily,
-show your splash screen, then re-enable it so that showing the main window
-would automatically result in notification.</para>
+calls the <function>gdk_notify_startup_complete</function>() function. Call
+this function to disable the automatic startup notification. You might do
+this if your first window is a splash screen, and you want to delay
+notification until after your real main window has been shown. In that
+example, you would disable startup notification temporarily, show your
+splash screen, then re-enable it so that showing the main window would
+automatically result in notification.</para>
</refsect2>