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

@ -10,6 +10,7 @@ gtkcalendar.sgml
gtkcelleditable.sgml
gtkcellrenderer.sgml
gtkcellrenderertext.sgml
gtkcellview.sgml
gtkcolorbutton.sgml
gtkcolorsel.sgml
gtkcombobox.sgml

View File

@ -1,143 +0,0 @@
<!-- ##### SECTION Title ##### -->
GtkCellView
<!-- ##### SECTION Short_Description ##### -->
A widget displaying a single row of a GtkTreeModel
<!-- ##### SECTION Long_Description ##### -->
<para>
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.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkCellView ##### -->
<para>
</para>
<!-- ##### ARG GtkCellView:background ##### -->
<para>
</para>
<!-- ##### ARG GtkCellView:background-gdk ##### -->
<para>
</para>
<!-- ##### ARG GtkCellView:background-set ##### -->
<para>
</para>
<!-- ##### ARG GtkCellView:model ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_cell_view_new ##### -->
<para>
</para>
@void:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_new_with_text ##### -->
<para>
</para>
@text:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_new_with_markup ##### -->
<para>
</para>
@markup:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_new_with_pixbuf ##### -->
<para>
</para>
@pixbuf:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_set_model ##### -->
<para>
</para>
@cell_view:
@model:
<!-- ##### FUNCTION gtk_cell_view_get_model ##### -->
<para>
</para>
@cell_view:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_set_displayed_row ##### -->
<para>
</para>
@cell_view:
@path:
<!-- ##### FUNCTION gtk_cell_view_get_displayed_row ##### -->
<para>
</para>
@cell_view:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_get_size_of_row ##### -->
<para>
</para>
@cell_view:
@path:
@requisition:
@Returns:
<!-- ##### FUNCTION gtk_cell_view_set_background_color ##### -->
<para>
</para>
@cell_view:
@color:

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
{