docs: Move documentation to inline comments: GtkCellView

Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
Garrett Regier
2010-11-06 18:04:50 +01:00
committed by Tristan Van Berkom
parent 24c3b956f3
commit c65a617bd7
3 changed files with 14 additions and 143 deletions

View File

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