[gtk+] docs: Fix typo in GtkWidget geometry-management documentation



commit cc0a65cb5668e9c20d8a45dba41866fe900393a5
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Jan 8 10:56:59 2011 +0100

    docs: Fix typo in GtkWidget geometry-management documentation
    
    Reported by Andrew Cowie in
    https://bugzilla.gnome.org/show_bug.cgi?id=638963

 gtk/gtkwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index b740d1c..b7c3141 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -105,7 +105,7 @@
  * For example, when queried in the normal
  * %GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH mode:
  * First, the default minimum and natural width for each widget
- * in the interface will be computed using gtk_width_get_preferred_width().
+ * in the interface will be computed using gtk_widget_get_preferred_width().
  * Because the preferred widths for each container depend on the preferred
  * widths of their children, this information propagates up the hierarchy,
  * and finally a minimum and natural width is determined for the entire



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