New upstream version 3.24.14
This commit is contained in:
@ -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.29 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -38,8 +38,8 @@
|
||||
<a name="GtkCellRendererProgress.functions"></a><h2>Functions</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="functions_return">
|
||||
<col class="functions_name">
|
||||
<col width="150px" class="functions_proto_type">
|
||||
<col class="functions_proto_name">
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="function_type">
|
||||
@ -98,12 +98,12 @@
|
||||
<a name="GtkCellRendererProgress.other"></a><h2>Types and Values</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="name">
|
||||
<col class="description">
|
||||
<col width="150px" class="other_proto_type">
|
||||
<col class="other_proto_name">
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a class="link" href="GtkCellRendererProgress.html#GtkCellRendererProgress-struct" title="struct GtkCellRendererProgress">GtkCellRendererProgress</a></td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkCellRendererProgress.html#GtkCellRendererProgress-struct">GtkCellRendererProgress</a></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -147,18 +147,12 @@ gtk_cell_renderer_progress_new (<em class="parameter"><code><span class="type">v
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCellRendererProgress.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererProgress-struct"></a><h3>struct GtkCellRendererProgress</h3>
|
||||
<pre class="programlisting">struct GtkCellRendererProgress;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<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” <span class="type">gboolean</span></pre>
|
||||
<p>Invert the direction in which the progress bar grows.</p>
|
||||
<p>Owner: GtkCellRendererProgress</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: FALSE</p>
|
||||
</div>
|
||||
@ -176,6 +170,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 <code class="literal">G_MAXINT</code>.</p>
|
||||
<p>Owner: GtkCellRendererProgress</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: >= -1</p>
|
||||
<p>Default value: -1</p>
|
||||
@ -191,6 +186,7 @@ over the progress bar. Setting this property to <code class="literal">NULL</code
|
||||
label to be displayed. Setting this property to an empty string causes
|
||||
|
||||
no label to be displayed.</p>
|
||||
<p>Owner: GtkCellRendererProgress</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: NULL</p>
|
||||
<p class="since">Since: 2.6</p>
|
||||
@ -202,6 +198,7 @@ no label to be displayed.</p>
|
||||
<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>
|
||||
<p>Owner: GtkCellRendererProgress</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: [0,1]</p>
|
||||
<p>Default value: 0.5</p>
|
||||
@ -214,6 +211,7 @@ text in the progress bar. Valid values range from 0 (left) to 1
|
||||
<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>
|
||||
<p>Owner: GtkCellRendererProgress</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: [0,1]</p>
|
||||
<p>Default value: 0.5</p>
|
||||
@ -225,6 +223,7 @@ text in the progress bar. Valid values range from 0 (top) to 1
|
||||
<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>Owner: GtkCellRendererProgress</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: [0,100]</p>
|
||||
<p>Default value: 0</p>
|
||||
@ -233,6 +232,6 @@ progress bar will be "filled in".</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
<hr>Generated by GTK-Doc V1.32.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user