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
This commit is contained in:
Dieter Verfaillie 2014-06-08 23:39:50 +02:00
parent e3af863bcb
commit 0c5b5fc053

View File

@ -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.