Move documentation to inline comments: GtkCellRendererProgress

This commit is contained in:
Javier Jardón 2011-04-11 02:18:13 +01:00
parent 3662744eaa
commit ca8d880a20
3 changed files with 13 additions and 72 deletions

View File

@ -11,6 +11,7 @@ gtkcalendar.sgml
gtkcelleditable.sgml
gtkcelllayout.sgml
gtkcellrenderer.sgml
gtkcellrendererprogress.sgml
gtkcellrenderertext.sgml
gtkcellview.sgml
gtkcolorbutton.sgml

View File

@ -1,72 +0,0 @@
<!-- ##### SECTION Title ##### -->
GtkCellRendererProgress
<!-- ##### SECTION Short_Description ##### -->
Renders numbers as progress bars
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkCellRendererProgress renders a numeric value as a progress par in a cell.
Additionally, it can display a text on top of the progress bar.
</para>
<para>
The #GtkCellRendererProgress cell renderer was added in GTK+ 2.6.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### SECTION Image ##### -->
<!-- ##### STRUCT GtkCellRendererProgress ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:inverted ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:pulse ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:text ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:text-xalign ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:text-yalign ##### -->
<para>
</para>
<!-- ##### ARG GtkCellRendererProgress:value ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_cell_renderer_progress_new ##### -->
<para>
</para>
@void:
@Returns:

View File

@ -34,6 +34,18 @@
#include "gtkintl.h"
/**
* SECTION:gtkcellrendererprogress
* @Short_description: Renders numbers as progress bars
* @Title: GtkCellRendererProgress
*
* #GtkCellRendererProgress renders a numeric value as a progress par in a cell.
* Additionally, it can display a text on top of the progress bar.
*
* The #GtkCellRendererProgress cell renderer was added in GTK+ 2.6.
*/
enum
{
PROP_0,