New upstream version 3.24.22
This commit is contained in:
@ -588,12 +588,12 @@
|
||||
<td class="property_flags">Read / Write / Construct Only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--column-spacing" title="The “column-spacing” property">column-spacing</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--columns" title="The “columns” property">columns</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -603,22 +603,22 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--item-padding" title="The “item-padding” property">item-padding</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--item-width" title="The “item-width” property">item-width</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--margin" title="The “margin” property">margin</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--markup-column" title="The “markup-column” property">markup-column</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -629,7 +629,7 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--pixbuf-column" title="The “pixbuf-column” property">pixbuf-column</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -639,7 +639,7 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--row-spacing" title="The “row-spacing” property">row-spacing</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -649,17 +649,17 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--spacing" title="The “spacing” property">spacing</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--text-column" title="The “text-column” property">text-column</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--tooltip-column" title="The “tooltip-column” property">tooltip-column</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -3280,7 +3280,7 @@ a <a class="link" href="GtkCellAreaBox.html" title="GtkCellAreaBox"><span class=
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--column-spacing"></a><h3>The <code class="literal">“column-spacing”</code> property</h3>
|
||||
<pre class="programlisting"> “column-spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “column-spacing” <span class="type">int</span></pre>
|
||||
<p>The column-spacing property specifies the space which is inserted between
|
||||
the columns of the icon view.</p>
|
||||
<p>Owner: GtkIconView</p>
|
||||
@ -3292,7 +3292,7 @@ the columns of the icon view.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--columns"></a><h3>The <code class="literal">“columns”</code> property</h3>
|
||||
<pre class="programlisting"> “columns” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “columns” <span class="type">int</span></pre>
|
||||
<p>The columns property contains the number of the columns in which the
|
||||
items should be displayed. If it is -1, the number of columns will
|
||||
be chosen automatically to fill the available area.</p>
|
||||
@ -3316,7 +3316,7 @@ the text) of the item are positioned relative to each other.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--item-padding"></a><h3>The <code class="literal">“item-padding”</code> property</h3>
|
||||
<pre class="programlisting"> “item-padding” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “item-padding” <span class="type">int</span></pre>
|
||||
<p>The item-padding property specifies the padding around each
|
||||
of the icon view's item.</p>
|
||||
<p>Owner: GtkIconView</p>
|
||||
@ -3328,7 +3328,7 @@ of the icon view's item.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--item-width"></a><h3>The <code class="literal">“item-width”</code> property</h3>
|
||||
<pre class="programlisting"> “item-width” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “item-width” <span class="type">int</span></pre>
|
||||
<p>The item-width property specifies the width to use for each item.
|
||||
|
||||
If it is set to -1, the icon view will automatically determine a
|
||||
@ -3343,7 +3343,7 @@ suitable item size.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--margin"></a><h3>The <code class="literal">“margin”</code> property</h3>
|
||||
<pre class="programlisting"> “margin” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “margin” <span class="type">int</span></pre>
|
||||
<p>The margin property specifies the space which is inserted
|
||||
|
||||
at the edges of the icon view.</p>
|
||||
@ -3356,7 +3356,7 @@ at the edges of the icon view.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--markup-column"></a><h3>The <code class="literal">“markup-column”</code> property</h3>
|
||||
<pre class="programlisting"> “markup-column” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “markup-column” <span class="type">int</span></pre>
|
||||
<p>The ::markup-column property contains the number of the model column
|
||||
containing markup information to be displayed. The markup column must be
|
||||
|
||||
@ -3381,7 +3381,7 @@ If both are set to -1, no texts are displayed.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--pixbuf-column"></a><h3>The <code class="literal">“pixbuf-column”</code> property</h3>
|
||||
<pre class="programlisting"> “pixbuf-column” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “pixbuf-column” <span class="type">int</span></pre>
|
||||
<p>The ::pixbuf-column property contains the number of the model column
|
||||
containing the pixbufs which are displayed. The pixbuf column must be
|
||||
|
||||
@ -3407,7 +3407,7 @@ by DND.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--row-spacing"></a><h3>The <code class="literal">“row-spacing”</code> property</h3>
|
||||
<pre class="programlisting"> “row-spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “row-spacing” <span class="type">int</span></pre>
|
||||
<p>The row-spacing property specifies the space which is inserted between
|
||||
the rows of the icon view.</p>
|
||||
<p>Owner: GtkIconView</p>
|
||||
@ -3431,7 +3431,7 @@ is enabled, for the other modes, only keyboard selection is possible.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--spacing"></a><h3>The <code class="literal">“spacing”</code> property</h3>
|
||||
<pre class="programlisting"> “spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “spacing” <span class="type">int</span></pre>
|
||||
<p>The spacing property specifies the space which is inserted between
|
||||
the cells (i.e. the icon and the text) of an item.</p>
|
||||
<p>Owner: GtkIconView</p>
|
||||
@ -3443,7 +3443,7 @@ the cells (i.e. the icon and the text) of an item.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--text-column"></a><h3>The <code class="literal">“text-column”</code> property</h3>
|
||||
<pre class="programlisting"> “text-column” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “text-column” <span class="type">int</span></pre>
|
||||
<p>The ::text-column property contains the number of the model column
|
||||
containing the texts which are displayed. The text column must be
|
||||
|
||||
@ -3459,7 +3459,7 @@ property are both set to -1, no texts are displayed.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkIconView--tooltip-column"></a><h3>The <code class="literal">“tooltip-column”</code> property</h3>
|
||||
<pre class="programlisting"> “tooltip-column” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “tooltip-column” <span class="type">int</span></pre>
|
||||
<p>The column in the model containing the tooltip texts for the items.</p>
|
||||
<p>Owner: GtkIconView</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -3584,7 +3584,7 @@ Space, Return or Enter is pressed.</p>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
|
||||
<a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
||||
<span class="type">gint</span> count,
|
||||
<span class="type">int</span> count,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>The ::move-cursor signal is a
|
||||
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
||||
|
Reference in New Issue
Block a user