New upstream version 3.22.28

This commit is contained in:
Jeremy Bicha
2018-02-15 04:41:25 -05:00
652 changed files with 498643 additions and 49781 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
<link rel="prev" href="GtkCellRendererPixbuf.html" title="GtkCellRendererPixbuf">
<link rel="next" href="GtkCellRendererSpin.html" title="GtkCellRendererSpin">
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -61,33 +61,33 @@
</colgroup>
<tbody>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--inverted" title="The “inverted” property">inverted</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
<td class="property_type"><span class="type">gint</span></td>
<td class="property_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--pulse" title="The “pulse” property">pulse</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text" title="The “text” property">text</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td>
<td class="property_type"><span class="type">gfloat</span></td>
<td class="property_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text-xalign" title="The “text-xalign” property">text-xalign</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td>
<td class="property_type"><span class="type">gfloat</span></td>
<td class="property_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--text-yalign" title="The “text-yalign” property">text-yalign</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
<td class="property_type"><span class="type">gint</span></td>
<td class="property_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress--value" title="The “value” property">value</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -109,8 +109,8 @@
</div>
<div class="refsect1">
<a name="GtkCellRendererProgress.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> <a href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
<pre class="screen"> GObject
<span class="lineart">╰──</span> GInitiallyUnowned
<span class="lineart">╰──</span> <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer">GtkCellRenderer</a>
<span class="lineart">╰──</span> GtkCellRendererProgress
</pre>
@ -157,7 +157,7 @@ gtk_cell_renderer_progress_new (<em class="parameter"><code><span class="type">v
<a name="GtkCellRendererProgress.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkCellRendererProgress--inverted"></a><h3>The <code class="literal">“inverted”</code> property</h3>
<pre class="programlisting"> “inverted” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<pre class="programlisting"> “inverted” <span class="type">gboolean</span></pre>
<p>Invert the direction in which the progress bar grows.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
@ -165,7 +165,7 @@ gtk_cell_renderer_progress_new (<em class="parameter"><code><span class="type">v
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--pulse"></a><h3>The <code class="literal">“pulse”</code> property</h3>
<pre class="programlisting"> “pulse” <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
<pre class="programlisting"> “pulse” <span class="type">gint</span></pre>
<p>Setting this to a non-negative value causes the cell renderer to
enter "activity mode", where a block bounces back and forth to
@ -175,7 +175,7 @@ much.</p>
bit.</p>
<p>To indicate that the activity has not started yet, set the property
to zero. To indicate completion, set the property to <a href="../glib/glib-Basic-Types.html#G-MAXINT:CAPS"><code class="literal">G_MAXINT</code></a>.</p>
to zero. To indicate completion, set the property to <code class="literal">G_MAXINT</code>.</p>
<p>Flags: Read / Write</p>
<p>Allowed values: &gt;= -1</p>
<p>Default value: -1</p>
@ -184,9 +184,9 @@ to zero. To indicate completion, set the property to <a href="../glib/glib-Basic
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--text"></a><h3>The <code class="literal">“text”</code> property</h3>
<pre class="programlisting"> “text” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “text” <span class="type">gchar</span> *</pre>
<p>The "text" property determines the label which will be drawn
over the progress bar. Setting this property to <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> causes the default
over the progress bar. Setting this property to <code class="literal">NULL</code> causes the default
label to be displayed. Setting this property to an empty string causes
@ -198,7 +198,7 @@ no label to be displayed.</p>
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--text-xalign"></a><h3>The <code class="literal">“text-xalign”</code> property</h3>
<pre class="programlisting"> “text-xalign” <a href="../glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
<pre class="programlisting"> “text-xalign” <span class="type">gfloat</span></pre>
<p>The "text-xalign" property controls the horizontal alignment of the
text in the progress bar. Valid values range from 0 (left) to 1
(right). Reserved for RTL layouts.</p>
@ -210,7 +210,7 @@ text in the progress bar. Valid values range from 0 (left) to 1
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--text-yalign"></a><h3>The <code class="literal">“text-yalign”</code> property</h3>
<pre class="programlisting"> “text-yalign” <a href="../glib/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
<pre class="programlisting"> “text-yalign” <span class="type">gfloat</span></pre>
<p>The "text-yalign" property controls the vertical alignment of the
text in the progress bar. Valid values range from 0 (top) to 1
(bottom).</p>
@ -222,7 +222,7 @@ text in the progress bar. Valid values range from 0 (top) to 1
<hr>
<div class="refsect2">
<a name="GtkCellRendererProgress--value"></a><h3>The <code class="literal">“value”</code> property</h3>
<pre class="programlisting"> “value” <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
<pre class="programlisting"> “value” <span class="type">gint</span></pre>
<p>The "value" property determines the percentage to which the
progress bar will be "filled in".</p>
<p>Flags: Read / Write</p>
@ -233,6 +233,6 @@ progress bar will be "filled in".</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25.1</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>