summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.h
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2014-06-08 23:39:50 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2014-06-12 20:46:21 +0200
commit0c5b5fc053ef554e43d6504ed0223f4caba5f59a (patch)
tree785ca286bfc1f384cfd9787367a8b9d351e7d816 /gtk/gtkscrolledwindow.h
parente3af863bcbd97e1d569910e0b3a29e852f384389 (diff)
downloadgtk+-0c5b5fc053ef554e43d6504ed0223f4caba5f59a.tar.gz
docs: remove mention of old GtkList and GtkCList
Reported by andlabs in irc://irc.gnome.org/gtk+ https://bugzilla.gnome.org/show_bug.cgi?id=731382
Diffstat (limited to 'gtk/gtkscrolledwindow.h')
-rw-r--r--gtk/gtkscrolledwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscrolledwindow.h b/gtk/gtkscrolledwindow.h
index 443a8c9a0f..9ac60f83e7 100644
--- a/gtk/gtkscrolledwindow.h
+++ b/gtk/gtkscrolledwindow.h
@@ -122,7 +122,7 @@ typedef enum
* GtkPolicyType:
* @GTK_POLICY_ALWAYS: The scrollbar is always visible.
* @GTK_POLICY_AUTOMATIC: The scrollbar will appear and disappear as necessary. For example,
- * when all of a #GtkCList can not be seen.
+ * when all of a #GtkTreeView can not be seen.
* @GTK_POLICY_NEVER: The scrollbar will never appear.
*
* Determines when a scroll bar will be visible.