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="GtkNotebook.html" title="GtkNotebook">
|
||||
<link rel="next" href="gtk3-Orientable.html" title="GtkOrientable">
|
||||
<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">
|
||||
@ -314,7 +314,7 @@
|
||||
<a name="GtkExpander.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GtkExpander 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>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkExpander.includes"></a><h2>Includes</h2>
|
||||
@ -424,7 +424,7 @@ gtk_expander_new (<em class="parameter"><code>const <span class="type">gchar</sp
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>label</p></td>
|
||||
<td class="parameter_description"><p> the text of the label. </p></td>
|
||||
<td class="parameter_description"><p>the text of the label. </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></tbody>
|
||||
</table></div>
|
||||
@ -458,7 +458,7 @@ Pressing Alt and that key activates the button.</p>
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>label</p></td>
|
||||
<td class="parameter_description"><p> the text of the label with an underscore
|
||||
<td class="parameter_description"><p>the text of the label with an underscore
|
||||
in front of the mnemonic character. </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></tbody>
|
||||
@ -625,7 +625,7 @@ gtk_expander_set_label (<em class="parameter"><code><a class="link" href="GtkExp
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>label</p></td>
|
||||
<td class="parameter_description"><p> a string. </p></td>
|
||||
<td class="parameter_description"><p>a string. </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>
|
||||
</tbody>
|
||||
@ -665,7 +665,7 @@ widget.</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-expander-get-label.returns"></a><h4>Returns</h4>
|
||||
<p> The text of the label widget. This string is owned
|
||||
<p>The text of the label widget. This string is owned
|
||||
by the widget and must not be modified or freed. </p>
|
||||
<p><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></p>
|
||||
</div>
|
||||
@ -818,7 +818,7 @@ that will appear embedded alongside the expander arrow.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>label_widget</p></td>
|
||||
<td class="parameter_description"><p> the new label widget. </p></td>
|
||||
<td class="parameter_description"><p>the new label widget. </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>
|
||||
</tbody>
|
||||
@ -850,7 +850,7 @@ gtk_expander_get_label_widget (<em class="parameter"><code><a class="link" href=
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-expander-get-label-widget.returns"></a><h4>Returns</h4>
|
||||
<p> the label widget,
|
||||
<p>the label widget,
|
||||
or <code class="literal">NULL</code> if there is none. </p>
|
||||
<p><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>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
@ -1132,6 +1132,6 @@ user_function (<a class="link" href="GtkExpander.html" title="GtkExpander"><span
|
||||
</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