New upstream version 3.24.22
This commit is contained in:
@ -273,7 +273,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkStack.html#GtkStack--visible-child-name" title="The “visible-child-name” property">visible-child-name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -291,13 +291,13 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkStack.html#GtkStack--c-icon-name" title="The “icon-name” child property">icon-name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkStack.html#GtkStack--c-name" title="The “name” child property">name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -307,13 +307,13 @@
|
||||
<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="GtkStack.html#GtkStack--c-position" title="The “position” child property">position</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkStack.html#GtkStack--c-title" title="The “title” child property">title</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -1372,7 +1372,7 @@ between pages in a <a class="link" href="GtkStack.html" title="GtkStack"><span c
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkStack--visible-child-name"></a><h3>The <code class="literal">“visible-child-name”</code> property</h3>
|
||||
<pre class="programlisting"> “visible-child-name” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “visible-child-name” <span class="type">char</span> *</pre>
|
||||
<p>The name of the widget currently visible in the stack.</p>
|
||||
<p>Owner: GtkStack</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -1383,7 +1383,7 @@ between pages in a <a class="link" href="GtkStack.html" title="GtkStack"><span c
|
||||
<a name="GtkStack.child-property-details"></a><h2>Child Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkStack--c-icon-name"></a><h3>The <code class="literal">“icon-name”</code> child property</h3>
|
||||
<pre class="programlisting"> “icon-name” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “icon-name” <span class="type">char</span> *</pre>
|
||||
<p>The icon name of the child page.</p>
|
||||
<p>Owner: GtkStack</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -1392,7 +1392,7 @@ between pages in a <a class="link" href="GtkStack.html" title="GtkStack"><span c
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkStack--c-name"></a><h3>The <code class="literal">“name”</code> child property</h3>
|
||||
<pre class="programlisting"> “name” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “name” <span class="type">char</span> *</pre>
|
||||
<p>The name of the child page.</p>
|
||||
<p>Owner: GtkStack</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -1414,7 +1414,7 @@ current one.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkStack--c-position"></a><h3>The <code class="literal">“position”</code> child property</h3>
|
||||
<pre class="programlisting"> “position” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “position” <span class="type">int</span></pre>
|
||||
<p>The index of the child in the parent.</p>
|
||||
<p>Owner: GtkStack</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -1424,7 +1424,7 @@ current one.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkStack--c-title"></a><h3>The <code class="literal">“title”</code> child property</h3>
|
||||
<pre class="programlisting"> “title” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “title” <span class="type">char</span> *</pre>
|
||||
<p>The title of the child page.</p>
|
||||
<p>Owner: GtkStack</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
|
Reference in New Issue
Block a user