New upstream version 3.24.22
This commit is contained in:
@ -72,7 +72,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="GtkCellRendererCombo.html#GtkCellRendererCombo--text-column" title="The “text-column” property">text-column</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -188,7 +188,7 @@ Use the text_column property to specify the column holding the values.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererCombo--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>Specifies the model column which holds the possible values for the
|
||||
|
||||
combo box. </p>
|
||||
@ -213,7 +213,7 @@ this column to its combo box.</p>
|
||||
<a name="GtkCellRendererCombo-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkCellRendererCombo.html" title="GtkCellRendererCombo"><span class="type">GtkCellRendererCombo</span></a> *combo,
|
||||
<span class="type">gchar</span> *path_string,
|
||||
<span class="type">char</span> *path_string,
|
||||
<a class="link" href="GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *new_iter,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>This signal is emitted each time after the user selected an item in
|
||||
|
||||
Reference in New Issue
Block a user