New upstream version 3.23.1
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
|
||||
<link rel="prev" href="GtkRevealer.html" title="GtkRevealer">
|
||||
<link rel="next" href="GtkFlowBox.html" title="GtkFlowBox">
|
||||
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -521,10 +521,10 @@
|
||||
<a name="GtkListBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GtkListBox implements
|
||||
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
||||
AtkImplementor and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
||||
<p>
|
||||
GtkListBoxRow implements
|
||||
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkActionable.html" title="GtkActionable">GtkActionable</a>.</p>
|
||||
AtkImplementor, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkActionable.html" title="GtkActionable">GtkActionable</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkListBox.includes"></a><h2>Includes</h2>
|
||||
@ -587,7 +587,7 @@ if the row should be visible or not.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>user_data</p></td>
|
||||
<td class="parameter_description"><p> user data. </p></td>
|
||||
<td class="parameter_description"><p>user data. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -628,7 +628,7 @@ if the row should be visible or not.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>user_data</p></td>
|
||||
<td class="parameter_description"><p> user data. </p></td>
|
||||
<td class="parameter_description"><p>user data. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -673,13 +673,13 @@ just change the state of the current header widget.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>before</p></td>
|
||||
<td class="parameter_description"><p> the row before <em class="parameter"><code>row</code></em>
|
||||
<td class="parameter_description"><p>the row before <em class="parameter"><code>row</code></em>
|
||||
, or <code class="literal">NULL</code> if it is first. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>user_data</p></td>
|
||||
<td class="parameter_description"><p> user data. </p></td>
|
||||
<td class="parameter_description"><p>user data. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -804,7 +804,7 @@ gtk_list_box_select_row (<em class="parameter"><code><a class="link" href="GtkLi
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>row</p></td>
|
||||
<td class="parameter_description"><p> The row to select or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>The row to select or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -918,7 +918,7 @@ find all selected rows.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-list-box-get-selected-row.returns"></a><h4>Returns</h4>
|
||||
<p> the selected row. </p>
|
||||
<p>the selected row. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
||||
@ -954,7 +954,7 @@ It will be called on every selected child of the <em class="parameter"><code>box
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>user_data</p></td>
|
||||
<td class="parameter_description"><p> user data. </p></td>
|
||||
<td class="parameter_description"><p>user data. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -987,7 +987,7 @@ gtk_list_box_selected_foreach (<em class="parameter"><code><a class="link" href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>func</p></td>
|
||||
<td class="parameter_description"><p> the function to call for each selected child. </p></td>
|
||||
<td class="parameter_description"><p>the function to call for each selected child. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="The callback is valid only during the call to the method."><span class="acronym">scope call</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1023,7 +1023,7 @@ gtk_list_box_get_selected_rows (<em class="parameter"><code><a class="link" href
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-list-box-get-selected-rows.returns"></a><h4>Returns</h4>
|
||||
<p> A <span class="type">GList</span> containing the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> for each selected child.
|
||||
<p>A <span class="type">GList</span> containing the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> for each selected child.
|
||||
Free with <code class="function">g_list_free()</code> when done. </p>
|
||||
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkListBoxRow][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
||||
</div>
|
||||
@ -1174,7 +1174,7 @@ for vertical scrolling.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-list-box-get-adjustment.returns"></a><h4>Returns</h4>
|
||||
<p> the adjustment. </p>
|
||||
<p>the adjustment. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
||||
@ -1209,7 +1209,7 @@ to manually do that.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>adjustment</p></td>
|
||||
<td class="parameter_description"><p> the adjustment, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>the adjustment, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1241,7 +1241,7 @@ it doesn't display any visible children.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>placeholder</p></td>
|
||||
<td class="parameter_description"><p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1283,7 +1283,7 @@ list, <code class="literal">NULL</code> is returned.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-list-box-get-row-at-index.returns"></a><h4>Returns</h4>
|
||||
<p> the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <code class="literal">NULL</code>. </p>
|
||||
<p>the child <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> or <code class="literal">NULL</code>. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<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></p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
||||
@ -1320,7 +1320,7 @@ gtk_list_box_get_row_at_y (<em class="parameter"><code><a class="link" href="Gtk
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-list-box-get-row-at-y.returns"></a><h4>Returns</h4>
|
||||
<p> the row or <code class="literal">NULL</code>
|
||||
<p>the row or <code class="literal">NULL</code>
|
||||
in case no row exists for the given y coordinate. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<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></p>
|
||||
</div>
|
||||
@ -1440,7 +1440,7 @@ when <a class="link" href="GtkListBox.html#gtk-list-box-invalidate-filter" title
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>filter_func</p></td>
|
||||
<td class="parameter_description"><p> callback that lets you filter which rows to show. </p></td>
|
||||
<td class="parameter_description"><p>callback that lets you filter which rows to show. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1503,7 +1503,7 @@ the previous row becomes a different row). It is also called for all rows when
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>update_header</p></td>
|
||||
<td class="parameter_description"><p> callback that lets you add row headers. </p></td>
|
||||
<td class="parameter_description"><p>callback that lets you add row headers. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1556,7 +1556,7 @@ be called each time a row changes (via <a class="link" href="GtkListBox.html#gtk
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>sort_func</p></td>
|
||||
<td class="parameter_description"><p> the sort function. </p></td>
|
||||
<td class="parameter_description"><p>the sort function. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym> user_data][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1659,12 +1659,12 @@ be updated to show the desired row widgets.</p>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>item</p></td>
|
||||
<td class="parameter_description"><p> the item from the model for which to create a widget for. </p></td>
|
||||
<td class="parameter_description"><p>the item from the model for which to create a widget for. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GObject]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>user_data</p></td>
|
||||
<td class="parameter_description"><p> user data. </p></td>
|
||||
<td class="parameter_description"><p>user data. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="This parameter is a 'user_data', for callbacks; many bindings can pass NULL here."><span class="acronym">closure</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -1672,7 +1672,7 @@ be updated to show the desired row widgets.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="GtkListBoxCreateWidgetFunc.returns"></a><h4>Returns</h4>
|
||||
<p> a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that represents <em class="parameter"><code>item</code></em>
|
||||
<p>a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that represents <em class="parameter"><code>item</code></em>
|
||||
. </p>
|
||||
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
||||
</div>
|
||||
@ -1725,13 +1725,13 @@ should be implemented by the model.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>model</p></td>
|
||||
<td class="parameter_description"><p> the <span class="type">GListModel</span> to be bound to <em class="parameter"><code>box</code></em>
|
||||
<td class="parameter_description"><p>the <span class="type">GListModel</span> to be bound to <em class="parameter"><code>box</code></em>
|
||||
. </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>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>create_widget_func</p></td>
|
||||
<td class="parameter_description"><p> a function that creates widgets for items
|
||||
<td class="parameter_description"><p>a function that creates widgets for items
|
||||
or <code class="literal">NULL</code> in case you also passed <code class="literal">NULL</code> as <em class="parameter"><code>model</code></em>
|
||||
. </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>
|
||||
@ -1857,7 +1857,7 @@ set already, and if so to update the state of it.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-list-box-row-get-header.returns"></a><h4>Returns</h4>
|
||||
<p> the current header, or <code class="literal">NULL</code> if none. </p>
|
||||
<p>the current header, or <code class="literal">NULL</code> if none. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<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></p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
||||
@ -1888,7 +1888,7 @@ header in the row, and be shown in front of the row in the listbox.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>header</p></td>
|
||||
<td class="parameter_description"><p> the header, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>the header, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -2281,7 +2281,7 @@ the <a class="link" href="GtkListBox.html#GtkListBox-selected-rows-changed" titl
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>row</p></td>
|
||||
<td class="parameter_description"><p> the selected row. </p></td>
|
||||
<td class="parameter_description"><p>the selected row. </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>
|
||||
<tr>
|
||||
@ -2410,7 +2410,7 @@ mode permits it.</p>
|
||||
<div class="refsect2">
|
||||
<a name="GtkListBoxRow-activate"></a><h3>The <code class="literal">“activate”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRow</span></a> *arg0,
|
||||
user_function (<a class="link" href="GtkListBox.html#GtkListBoxRow"><span class="type">GtkListBoxRow</span></a> *listboxrow,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>This is a keybinding signal, which will cause this row to be activated.</p>
|
||||
<p>If you want to be notified when the user activates a row (by key or not),
|
||||
@ -2440,6 +2440,6 @@ use the <a class="link" href="GtkListBox.html#GtkListBox-row-activated" title="T
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.25</div>
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user