New upstream version 3.24.18
This commit is contained in:
@ -118,11 +118,11 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkApplicationWindow.html#GtkApplicationWindow-struct">GtkApplicationWindow</a></td>
|
||||
<td class="function_name"><a class="link" href="GtkApplicationWindow.html#GtkApplicationWindow-struct" title="struct GtkApplicationWindow">GtkApplicationWindow</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkApplicationWindow.html#GtkApplicationWindowClass">GtkApplicationWindowClass</a></td>
|
||||
<td class="function_name"><a class="link" href="GtkApplicationWindow.html#GtkApplicationWindowClass" title="struct GtkApplicationWindowClass">GtkApplicationWindowClass</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -269,7 +269,7 @@ domain to use.</p>
|
||||
<li class="listitem"><p>"label": a user-visible string to use as section heading</p></li>
|
||||
<li class="listitem"><p>"display-hint": a string used to determine special formatting for the section.
|
||||
Possible values include "horizontal-buttons".</p></li>
|
||||
<li class="listitem"><p>"text-direction": a string used to determine the <a href="https://developer.gnome.org/gtk4/GtkWidget.html#GtkTextDirection"><span class="type">GtkTextDirection</span></a> to use
|
||||
<li class="listitem"><p>"text-direction": a string used to determine the <a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> to use
|
||||
when "display-hint" is set to "horizontal-buttons". Possible values
|
||||
include "rtl", "ltr", and "none".</p></li>
|
||||
</ul></div>
|
||||
@ -471,6 +471,32 @@ a prior call to <a class="link" href="GtkApplicationWindow.html#gtk-application-
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkApplicationWindow.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkApplicationWindow-struct"></a><h3>struct GtkApplicationWindow</h3>
|
||||
<pre class="programlisting">struct GtkApplicationWindow;</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkApplicationWindowClass"></a><h3>struct GtkApplicationWindowClass</h3>
|
||||
<pre class="programlisting">struct GtkApplicationWindowClass {
|
||||
GtkWindowClass parent_class;
|
||||
};
|
||||
</pre>
|
||||
<div class="refsect3">
|
||||
<a name="GtkApplicationWindowClass.members"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="300px" class="struct_members_name">
|
||||
<col class="struct_members_description">
|
||||
<col width="200px" class="struct_members_annotations">
|
||||
</colgroup>
|
||||
<tbody></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkApplicationWindow.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkApplicationWindow--show-menubar"></a><h3>The <code class="literal">“show-menubar”</code> property</h3>
|
||||
|
||||
Reference in New Issue
Block a user