New upstream version 3.24.14

This commit is contained in:
Simon McVittie
2020-02-29 14:17:40 +00:00
543 changed files with 330694 additions and 808714 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="ShortcutsOverview.html" title="Shortcuts Overview">
<link rel="prev" href="GtkShortcutsGroup.html" title="GtkShortcutsGroup">
<link rel="next" href="MiscObjects.html" title="Miscellaneous">
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -62,7 +62,7 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a></td>
<td class="property_type"><a href="https://developer.gnome.org/gtk4/GtkWidget.html#GtkTextDirection"><span class="type">GtkTextDirection</span></a></td>
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--direction" title="The “direction” property">direction</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -78,7 +78,7 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutType" title="enum GtkShortcutType"><span class="type">GtkShortcutType</span></a></td>
<td class="property_type"><a href="https://developer.gnome.org/gtk4/GtkShortcutsShortcut.html#GtkShortcutType"><span class="type">GtkShortcutType</span></a></td>
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--shortcut-type" title="The “shortcut-type” property">shortcut-type</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -112,17 +112,17 @@
<a name="GtkShortcutsShortcut.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
<col width="150px" class="other_proto_type">
<col class="other_proto_name">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut-struct" title="GtkShortcutsShortcut">GtkShortcutsShortcut</a></td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkShortcutsShortcut.html#GtkShortcutsShortcut-struct">GtkShortcutsShortcut</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutType" title="enum GtkShortcutType">GtkShortcutType</a></td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkShortcutsShortcut.html#GtkShortcutType">GtkShortcutType</a></td>
</tr>
</tbody>
</table></div>
@ -158,96 +158,13 @@ with a short text. This widget is only meant to be used with <a class="link" hre
<p></p>
</div>
<div class="refsect1">
<a name="GtkShortcutsShortcut.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkShortcutsShortcut-struct"></a><h3>GtkShortcutsShortcut</h3>
<pre class="programlisting">typedef struct _GtkShortcutsShortcut GtkShortcutsShortcut;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GtkShortcutType"></a><h3>enum GtkShortcutType</h3>
<p>GtkShortcutType specifies the kind of shortcut that is being described.
More values may be added to this enumeration over time.</p>
<div class="refsect3">
<a name="GtkShortcutType.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-ACCELERATOR:CAPS"></a>GTK_SHORTCUT_ACCELERATOR</p></td>
<td class="enum_member_description">
<p> The shortcut is a keyboard accelerator. The <a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--accelerator" title="The “accelerator” property"><span class="type">“accelerator”</span></a>
property will be used.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-GESTURE-PINCH:CAPS"></a>GTK_SHORTCUT_GESTURE_PINCH</p></td>
<td class="enum_member_description">
<p> The shortcut is a pinch gesture. GTK+ provides an icon and subtitle.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-GESTURE-STRETCH:CAPS"></a>GTK_SHORTCUT_GESTURE_STRETCH</p></td>
<td class="enum_member_description">
<p> The shortcut is a stretch gesture. GTK+ provides an icon and subtitle.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-GESTURE-ROTATE-CLOCKWISE:CAPS"></a>GTK_SHORTCUT_GESTURE_ROTATE_CLOCKWISE</p></td>
<td class="enum_member_description">
<p> The shortcut is a clockwise rotation gesture. GTK+ provides an icon and subtitle.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-GESTURE-ROTATE-COUNTERCLOCKWISE:CAPS"></a>GTK_SHORTCUT_GESTURE_ROTATE_COUNTERCLOCKWISE</p></td>
<td class="enum_member_description">
<p> The shortcut is a counterclockwise rotation gesture. GTK+ provides an icon and subtitle.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-GESTURE-TWO-FINGER-SWIPE-LEFT:CAPS"></a>GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_LEFT</p></td>
<td class="enum_member_description">
<p> The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-GESTURE-TWO-FINGER-SWIPE-RIGHT:CAPS"></a>GTK_SHORTCUT_GESTURE_TWO_FINGER_SWIPE_RIGHT</p></td>
<td class="enum_member_description">
<p> The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-SHORTCUT-GESTURE:CAPS"></a>GTK_SHORTCUT_GESTURE</p></td>
<td class="enum_member_description">
<p> The shortcut is a gesture. The <a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--icon" title="The “icon” property"><span class="type">“icon”</span></a> property will be
used.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
</div>
</div>
<div class="refsect1">
<a name="GtkShortcutsShortcut.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkShortcutsShortcut--accel-size-group"></a><h3>The <code class="literal">“accel-size-group”</code> property</h3>
<pre class="programlisting"> “accel-size-group” <a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a> *</pre>
<p>The size group for the accelerator portion of this shortcut.</p>
<p>This is used internally by GTK+, and must not be modified by applications.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Write</p>
</div>
<hr>
@ -255,7 +172,7 @@ More values may be added to this enumeration over time.</p>
<a name="GtkShortcutsShortcut--accelerator"></a><h3>The <code class="literal">“accelerator”</code> property</h3>
<pre class="programlisting"> “accelerator” <span class="type">gchar</span> *</pre>
<p>The accelerator(s) represented by this object. This property is used
if <a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--shortcut-type" title="The “shortcut-type” property"><span class="type">“shortcut-type”</span></a> is set to <a class="link" href="GtkShortcutsShortcut.html#GTK-SHORTCUT-ACCELERATOR:CAPS"><span class="type">GTK_SHORTCUT_ACCELERATOR</span></a>.</p>
if <a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--shortcut-type" title="The “shortcut-type” property"><span class="type">“shortcut-type”</span></a> is set to <a href="https://developer.gnome.org/gtk4/GtkShortcutsShortcut.html#GTK-SHORTCUT-ACCELERATOR:CAPS"><span class="type">GTK_SHORTCUT_ACCELERATOR</span></a>.</p>
<p>The syntax of this property is (an extension of) the syntax understood by
<a class="link" href="gtk3-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a>. Multiple accelerators can be specified by separating
them with a space, but keep in mind that the available width is limited.
@ -273,6 +190,7 @@ Sequences of keys can be specified using a + or &amp; between the keys.</p>
use t+t for 'press the t key twice').</p>
<p>Note that &lt;, &gt; and &amp; need to be escaped as &lt;, &gt; and &amp; when used
in .ui files.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
</div>
@ -281,10 +199,11 @@ in .ui files.</p>
<a name="GtkShortcutsShortcut--action-name"></a><h3>The <code class="literal">“action-name”</code> property</h3>
<pre class="programlisting"> “action-name” <span class="type">gchar</span> *</pre>
<p>A detailed action name. If this is set for a shortcut
of type <a class="link" href="GtkShortcutsShortcut.html#GTK-SHORTCUT-ACCELERATOR:CAPS"><code class="literal">GTK_SHORTCUT_ACCELERATOR</code></a>, then GTK+ will use
of type <a href="https://developer.gnome.org/gtk4/GtkShortcutsShortcut.html#GTK-SHORTCUT-ACCELERATOR:CAPS"><code class="literal">GTK_SHORTCUT_ACCELERATOR</code></a>, then GTK+ will use
the accelerators that are associated with the action
via <a class="link" href="GtkApplication.html#gtk-application-set-accels-for-action" title="gtk_application_set_accels_for_action ()"><code class="function">gtk_application_set_accels_for_action()</code></a>, and setting
<span class="type">“accelerator”</span> is not necessary.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: NULL</p>
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
@ -292,10 +211,11 @@ via <a class="link" href="GtkApplication.html#gtk-application-set-accels-for-act
<hr>
<div class="refsect2">
<a name="GtkShortcutsShortcut--direction"></a><h3>The <code class="literal">“direction”</code> property</h3>
<pre class="programlisting"> “direction” <a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a></pre>
<pre class="programlisting"> “direction” <a href="https://developer.gnome.org/gtk4/GtkWidget.html#GtkTextDirection"><span class="type">GtkTextDirection</span></a></pre>
<p>The text direction for which this shortcut is active. If the shortcut
is used regardless of the text direction, set this property to
<a class="link" href="GtkWidget.html#GTK-TEXT-DIR-NONE:CAPS"><span class="type">GTK_TEXT_DIR_NONE</span></a>.</p>
<a href="https://developer.gnome.org/gtk4/GtkWidget.html#GTK-TEXT-DIR-NONE:CAPS"><span class="type">GTK_TEXT_DIR_NONE</span></a>.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: GTK_TEXT_DIR_NONE</p>
</div>
@ -304,8 +224,9 @@ is used regardless of the text direction, set this property to
<a name="GtkShortcutsShortcut--icon"></a><h3>The <code class="literal">“icon”</code> property</h3>
<pre class="programlisting"> “icon” <span class="type">GIcon</span> *</pre>
<p>An icon to represent the shortcut or gesture. This property is used if
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--shortcut-type" title="The “shortcut-type” property"><span class="type">“shortcut-type”</span></a> is set to <a class="link" href="GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE:CAPS"><span class="type">GTK_SHORTCUT_GESTURE</span></a>.
<a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--shortcut-type" title="The “shortcut-type” property"><span class="type">“shortcut-type”</span></a> is set to <a href="https://developer.gnome.org/gtk4/GtkShortcutsShortcut.html#GTK-SHORTCUT-GESTURE:CAPS"><span class="type">GTK_SHORTCUT_GESTURE</span></a>.
For the other predefined gesture types, GTK+ provides an icon on its own.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
</div>
<hr>
@ -313,14 +234,16 @@ For the other predefined gesture types, GTK+ provides an icon on its own.</p>
<a name="GtkShortcutsShortcut--icon-set"></a><h3>The <code class="literal">“icon-set”</code> property</h3>
<pre class="programlisting"> “icon-set” <span class="type">gboolean</span></pre>
<p><code class="literal">TRUE</code> if an icon has been set.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
</div>
<hr>
<div class="refsect2">
<a name="GtkShortcutsShortcut--shortcut-type"></a><h3>The <code class="literal">“shortcut-type”</code> property</h3>
<pre class="programlisting"> “shortcut-type” <a class="link" href="GtkShortcutsShortcut.html#GtkShortcutType" title="enum GtkShortcutType"><span class="type">GtkShortcutType</span></a></pre>
<pre class="programlisting"> “shortcut-type” <a href="https://developer.gnome.org/gtk4/GtkShortcutsShortcut.html#GtkShortcutType"><span class="type">GtkShortcutType</span></a></pre>
<p>The type of shortcut that is represented.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: GTK_SHORTCUT_ACCELERATOR</p>
</div>
@ -332,6 +255,7 @@ For the other predefined gesture types, GTK+ provides an icon on its own.</p>
<p>This is typically used for gestures and should be a short, one-line
text that describes the gesture itself. For the predefined gesture
types, GTK+ provides a subtitle on its own.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: ""</p>
</div>
@ -340,6 +264,7 @@ types, GTK+ provides a subtitle on its own.</p>
<a name="GtkShortcutsShortcut--subtitle-set"></a><h3>The <code class="literal">“subtitle-set”</code> property</h3>
<pre class="programlisting"> “subtitle-set” <span class="type">gboolean</span></pre>
<p><code class="literal">TRUE</code> if a subtitle has been set.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
</div>
@ -349,6 +274,7 @@ types, GTK+ provides a subtitle on its own.</p>
<pre class="programlisting"> “title” <span class="type">gchar</span> *</pre>
<p>The textual description for the shortcut or gesture represented by
this object. This should be a short string that can fit in a single line.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Read / Write</p>
<p>Default value: ""</p>
</div>
@ -358,11 +284,12 @@ this object. This should be a short string that can fit in a single line.</p>
<pre class="programlisting"> “title-size-group” <a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a> *</pre>
<p>The size group for the textual portion of this shortcut.</p>
<p>This is used internally by GTK+, and must not be modified by applications.</p>
<p>Owner: GtkShortcutsShortcut</p>
<p>Flags: Write</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.29</div>
<hr>Generated by GTK-Doc V1.32.1</div>
</body>
</html>