diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkclist.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkclist.sgml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkclist.sgml b/docs/reference/gtk/tmpl/gtkclist.sgml index 482b179b18..ba5316db87 100644 --- a/docs/reference/gtk/tmpl/gtkclist.sgml +++ b/docs/reference/gtk/tmpl/gtkclist.sgml @@ -6,8 +6,13 @@ A multi-columned scrolling list widget. <!-- ##### SECTION Long_Description ##### --> <para> -The #GtkCList widget is a very useful multi-columned scrolling list. It can display -data in nicely aligned vertical columns, with titles at the top of the list. +The #GtkCList widget is a very useful multi-columned scrolling list. +It can display data in nicely aligned vertical columns, with titles +at the top of the list. +</para> +<para> +GtkCList has been deprecated since GTK+ 2.0 and should not be used +in newly written code. Use #GtkTreeView instead. </para> <!-- ##### SECTION See_Also ##### --> |