New upstream version 3.24.3
This commit is contained in:
@ -162,7 +162,7 @@ temporary widgets should be configured for editing, get the new value, etc.</p>
|
||||
<a name="gtk-cell-editable-start-editing"></a><h3>gtk_cell_editable_start_editing ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_cell_editable_start_editing (<em class="parameter"><code><a class="link" href="GtkCellEditable.html" title="GtkCellEditable"><span class="type">GtkCellEditable</span></a> *cell_editable</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *event</code></em>);</pre>
|
||||
<p>Begins editing on a <em class="parameter"><code>cell_editable</code></em>
|
||||
.</p>
|
||||
<p>The <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> for the cell creates and returns a <a class="link" href="GtkCellEditable.html" title="GtkCellEditable"><span class="type">GtkCellEditable</span></a> from
|
||||
@ -189,7 +189,7 @@ lifetime is temporary and does not persist across other edits and/or cells.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>event</p></td>
|
||||
<td class="parameter_description"><p>The <span class="type">GdkEvent</span> that began the editing process, or
|
||||
<td class="parameter_description"><p>The <a href="../html/gdk3-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> that began the editing process, or
|
||||
<code class="literal">NULL</code> if editing was initiated programmatically. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user