]> Pileus Git - ~andy/gtk/commitdiff
Some small doc corrections
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Dec 2010 16:18:50 +0000 (11:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Dec 2010 16:18:50 +0000 (11:18 -0500)
gtk/gtkwidget.c
gtk/gtkwindow.c

index 07f360c2feef6996fcb2fba32f7b3503b869ea3a..5b64d5ebd607fdfa0cf433bd51202a2d747b978b 100644 (file)
@@ -7145,9 +7145,11 @@ gtk_widget_get_has_window (GtkWidget *widget)
  * gtk_widget_is_toplevel:
  * @widget: a #GtkWidget
  *
- * Determines whether @widget is a toplevel widget. Currently only
- * #GtkWindow and #GtkInvisible are toplevel widgets. Toplevel
- * widgets have no parent widget.
+ * Determines whether @widget is a toplevel widget.
+ *
+ * Currently only #GtkWindow and #GtkInvisible (and out-of-process
+ * #GtkPlugs) are toplevel widgets. Toplevel widgets have no parent
+ * widget.
  *
  * Return value: %TRUE if @widget is a toplevel, %FALSE otherwise
  *
index 2723c426144fac509ac2ca5b8be3eda49a5d05dd..94d6bbfb61f8dcea5c39e19679bb40726208d4a5 100644 (file)
@@ -3147,7 +3147,7 @@ gtk_window_set_geometry_hints (GtkWindow       *window,
  * using this function, GTK+ will do its best to convince the window
  * manager not to decorate the window. Depending on the system, this
  * function may not have any effect when called on a window that is
- * already visible, so you should call it before calling gtk_window_show().
+ * already visible, so you should call it before calling gtk_widget_show().
  *
  * On Windows, this function always works, since there's no window manager
  * policy involved.
@@ -9482,7 +9482,7 @@ _gtk_window_set_is_active (GtkWindow *window,
  * _gtk_window_set_is_toplevel:
  * @window: a #GtkWindow
  * @is_toplevel: %TRUE if the window is still a real toplevel (nominally a
- * parent of the root window); %FALSE if it is not (for example, for an
+ * child of the root window); %FALSE if it is not (for example, for an
  * in-process, parented GtkPlug)
  *
  * Internal function used by #GtkPlug when it gets parented/unparented by a