[gtk+/client-side-decorations: 90/92] Trivial doc fixes



commit 8bf348ee58b2bd5ca3dfe87ed379bd7858286885
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 18 22:58:13 2009 -0500

    Trivial doc fixes

 gtk/gtkwindow.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 09f7408..d9f7e35 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -867,9 +867,9 @@ gtk_window_class_init (GtkWindowClass *klass)
    *
    * Disable the use of client-side window decorations for this window.
    * This is intended to be used by subclasses of GtkWindow that need to
-   * always disable client-side window decorations, for example GtkPlug.
+   * always disable client-side window decorations, for example #GtkPlug.
    * Normally client-side decorations should be controlled through
-   * GtkWindow's 'client-side-decorated' style property.
+   * the #GtkWindow::client-side-decorated style property.
    *
    * Since: 2.20
    */
@@ -886,7 +886,7 @@ gtk_window_class_init (GtkWindowClass *klass)
   /**
    * GtkWindow:client-side-decorated:
    *
-   * Specifies that the window should draw its own decorations ratherthan
+   * Specifies that the window should draw its own decorations rather than
    * relying upon a window manager to do so.
    *
    * Since: 2.20
@@ -916,7 +916,7 @@ gtk_window_class_init (GtkWindowClass *klass)
    * GtkWindow:client-side-drop-shadows:
    *
    * Indicates that GTK+ should render drop-shadows to the window frame.
-   * This is ignored if the 'client-side-decorated' style property is not
+   * This is ignored if the #GtkWindow:client-side-decorated style property is not
    * set to %TRUE.
    *
    * Since: 2.20
@@ -961,9 +961,9 @@ gtk_window_class_init (GtkWindowClass *klass)
                                                              GTK_PARAM_READWRITE));
 
   /**
-   * GtkWindow:extents-right:
+   * GtkWindow:extents-bottom:
    *
-   * Specifies the size of the client-side window extents to the right of the window,
+   * Specifies the size of the client-side window extents at the bottom of the window,
    * which can be used for drop-shadows or glow effects.
    *
    * Since: 2.20



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