New upstream version 3.24.22
This commit is contained in:
@ -180,7 +180,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="GtkHeaderBar.html#GtkHeaderBar--decoration-layout" title="The “decoration-layout” property">decoration-layout</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -200,19 +200,19 @@
|
||||
<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="GtkHeaderBar.html#GtkHeaderBar--spacing" title="The “spacing” property">spacing</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="GtkHeaderBar.html#GtkHeaderBar--subtitle" title="The “subtitle” property">subtitle</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="GtkHeaderBar.html#GtkHeaderBar--title" title="The “title” property">title</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -234,7 +234,7 @@
|
||||
<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="GtkHeaderBar.html#GtkHeaderBar--c-position" title="The “position” child property">position</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -785,7 +785,7 @@ gtk_header_bar_get_decoration_layout (<em class="parameter"><code><a class="link
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkHeaderBar--decoration-layout"></a><h3>The <code class="literal">“decoration-layout”</code> property</h3>
|
||||
<pre class="programlisting"> “decoration-layout” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “decoration-layout” <span class="type">char</span> *</pre>
|
||||
<p>The decoration layout for buttons. If this property is
|
||||
not set, the <a class="link" href="GtkSettings.html#GtkSettings--gtk-decoration-layout" title="The “gtk-decoration-layout” property"><span class="type">“gtk-decoration-layout”</span></a> setting
|
||||
is used.</p>
|
||||
@ -833,7 +833,7 @@ shown if the window can't be closed).</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkHeaderBar--spacing"></a><h3>The <code class="literal">“spacing”</code> property</h3>
|
||||
<pre class="programlisting"> “spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “spacing” <span class="type">int</span></pre>
|
||||
<p>The amount of space between children.</p>
|
||||
<p>Owner: GtkHeaderBar</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -843,7 +843,7 @@ shown if the window can't be closed).</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkHeaderBar--subtitle"></a><h3>The <code class="literal">“subtitle”</code> property</h3>
|
||||
<pre class="programlisting"> “subtitle” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “subtitle” <span class="type">char</span> *</pre>
|
||||
<p>The subtitle to display.</p>
|
||||
<p>Owner: GtkHeaderBar</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -852,7 +852,7 @@ shown if the window can't be closed).</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkHeaderBar--title"></a><h3>The <code class="literal">“title”</code> 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 to display.</p>
|
||||
<p>Owner: GtkHeaderBar</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -872,7 +872,7 @@ shown if the window can't be closed).</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkHeaderBar--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: GtkHeaderBar</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
|
Reference in New Issue
Block a user