diff options
author | Garrett Regier <alias301@gmail.com> | 2010-11-06 18:04:50 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-11-08 11:31:02 +0900 |
commit | c65a617bd7b1a7cb2b41d4888f082e79b5436be4 (patch) | |
tree | 43a5b6615c6ff5c3ac83ef16d637f9468d450e63 /gtk/gtkcellview.c | |
parent | 24c3b956f35aa495a660e00aa6491cf12aa647f5 (diff) | |
download | gtk+-c65a617bd7b1a7cb2b41d4888f082e79b5436be4.tar.gz |
docs: Move documentation to inline comments: GtkCellView
Signed-off-by: Javier Jardón <jjardon@gnome.org>
Diffstat (limited to 'gtk/gtkcellview.c')
-rw-r--r-- | gtk/gtkcellview.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c index 09840d4eca..77079f0c7f 100644 --- a/gtk/gtkcellview.c +++ b/gtk/gtkcellview.c @@ -30,6 +30,19 @@ #include "gtkbuildable.h" +/** + * SECTION:gtkcellview + * @Short_description: A widget displaying a single row of a GtkTreeModel + * @Title: GtkCellView + * + * A #GtkCellView displays a single row of a #GtkTreeModel, using + * cell renderers just like #GtkTreeView. #GtkCellView doesn't support + * some of the more complex features of #GtkTreeView, like cell editing + * and drag and drop. + */ + + + typedef struct _GtkCellViewCellInfo GtkCellViewCellInfo; struct _GtkCellViewCellInfo { |