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="GtkCellRendererAccel.html" title="GtkCellRendererAccel">
|
||||
<link rel="next" href="GtkCellRendererPixbuf.html" title="GtkCellRendererPixbuf">
|
||||
<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="GtkCellRendererCombo.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">
|
||||
@ -83,9 +83,9 @@
|
||||
<a name="GtkCellRendererCombo.signals"></a><h2>Signals</h2>
|
||||
<div class="informaltable"><table class="informaltable" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="signals_return">
|
||||
<col width="300px" class="signals_name">
|
||||
<col width="200px" class="signals_flags">
|
||||
<col width="150px" class="signal_proto_type">
|
||||
<col width="300px" class="signal_proto_name">
|
||||
<col width="200px" class="signal_proto_flags">
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="signal_type"><span class="returnvalue">void</span></td>
|
||||
@ -98,12 +98,12 @@
|
||||
<a name="GtkCellRendererCombo.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="GtkCellRendererCombo.html#GtkCellRendererCombo-struct" title="struct GtkCellRendererCombo">GtkCellRendererCombo</a></td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkCellRendererCombo.html#GtkCellRendererCombo-struct">GtkCellRendererCombo</a></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -155,13 +155,6 @@ a different string in each row of the <a class="link" href="GtkTreeView.html" ti
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCellRendererCombo.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererCombo-struct"></a><h3>struct GtkCellRendererCombo</h3>
|
||||
<pre class="programlisting">struct GtkCellRendererCombo;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkCellRendererCombo.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkCellRendererCombo--has-entry"></a><h3>The <code class="literal">“has-entry”</code> property</h3>
|
||||
@ -169,6 +162,7 @@ a different string in each row of the <a class="link" href="GtkTreeView.html" ti
|
||||
<p>If <code class="literal">TRUE</code>, the cell renderer will include an entry and allow to enter
|
||||
|
||||
values other than the ones in the popup list.</p>
|
||||
<p>Owner: GtkCellRendererCombo</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: TRUE</p>
|
||||
<p class="since">Since: 2.6</p>
|
||||
@ -180,6 +174,7 @@ values other than the ones in the popup list.</p>
|
||||
<p>Holds a tree model containing the possible values for the combo box.
|
||||
|
||||
Use the text_column property to specify the column holding the values.</p>
|
||||
<p>Owner: GtkCellRendererCombo</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p class="since">Since: 2.6</p>
|
||||
</div>
|
||||
@ -198,6 +193,7 @@ this cell renderer is attached.</p>
|
||||
<p><a class="link" href="GtkCellRendererCombo.html" title="GtkCellRendererCombo"><span class="type">GtkCellRendererCombo</span></a> automatically adds a text cell renderer for
|
||||
|
||||
this column to its combo box.</p>
|
||||
<p>Owner: GtkCellRendererCombo</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: >= -1</p>
|
||||
<p>Default value: -1</p>
|
||||
@ -264,6 +260,6 @@ until the combo cell renderer emits the edited or editing_canceled signal.</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