New upstream version 3.24.0
This commit is contained in:
@ -51,13 +51,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--accelerator" title="The “accelerator” property">accelerator</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--action-name" title="The “action-name” property">action-name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -68,12 +68,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">GIcon</span> *</td>
|
||||
<a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--icon" title="The “icon” property">icon</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gboolean</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--icon-set" title="The “icon-set” property">icon-set</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -84,18 +84,18 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--subtitle" title="The “subtitle” property">subtitle</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gboolean</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--subtitle-set" title="The “subtitle-set” property">subtitle-set</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkShortcutsShortcut.html#GtkShortcutsShortcut--title" title="The “title” property">title</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -129,8 +129,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkShortcutsShortcut.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> GObject
|
||||
<span class="lineart">╰──</span> GInitiallyUnowned
|
||||
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
||||
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkBox.html" title="GtkBox">GtkBox</a>
|
||||
@ -253,7 +253,7 @@ More values may be added to this enumeration over time.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkShortcutsShortcut--accelerator"></a><h3>The <code class="literal">“accelerator”</code> property</h3>
|
||||
<pre class="programlisting"> “accelerator” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “accelerator” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</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>
|
||||
<p>The syntax of this property is (an extension of) the syntax understood by
|
||||
@ -279,7 +279,7 @@ in .ui files.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<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>
|
||||
<pre class="programlisting"> “action-name” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</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
|
||||
the accelerators that are associated with the action
|
||||
@ -302,7 +302,7 @@ is used regardless of the text direction, set this property to
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkShortcutsShortcut--icon"></a><h3>The <code class="literal">“icon”</code> property</h3>
|
||||
<pre class="programlisting"> “icon” <span class="type">GIcon</span> *</pre>
|
||||
<pre class="programlisting"> “icon” <a href="https://developer.gnome.org/gio/unstable/GIcon.html#GIcon-struct"><span class="type">GIcon</span></a> *</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>.
|
||||
For the other predefined gesture types, GTK+ provides an icon on its own.</p>
|
||||
@ -311,8 +311,8 @@ For the other predefined gesture types, GTK+ provides an icon on its own.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<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>
|
||||
<pre class="programlisting"> “icon-set” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
||||
<p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an icon has been set.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: FALSE</p>
|
||||
</div>
|
||||
@ -327,7 +327,7 @@ For the other predefined gesture types, GTK+ provides an icon on its own.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkShortcutsShortcut--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” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
|
||||
<p>The subtitle for the shortcut or gesture.</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
|
||||
@ -338,15 +338,15 @@ types, GTK+ provides a subtitle on its own.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<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>
|
||||
<pre class="programlisting"> “subtitle-set” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
||||
<p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a subtitle has been set.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: FALSE</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkShortcutsShortcut--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” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</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>Flags: Read / Write</p>
|
||||
|
||||
Reference in New Issue
Block a user