New upstream version 3.24.22
This commit is contained in:
@ -51,19 +51,19 @@
|
||||
</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="GtkShortcutsSection.html#GtkShortcutsSection--section-name" title="The “section-name” property">section-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="GtkShortcutsSection.html#GtkShortcutsSection--title" title="The “title” property">title</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="GtkShortcutsSection.html#GtkShortcutsSection--view-name" title="The “view-name” property">view-name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -157,7 +157,7 @@ most cases.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkShortcutsSection--section-name"></a><h3>The <code class="literal">“section-name”</code> property</h3>
|
||||
<pre class="programlisting"> “section-name” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “section-name” <span class="type">char</span> *</pre>
|
||||
<p>A unique name to identify this section among the sections
|
||||
added to the GtkShortcutsWindow. Setting the <a class="link" href="GtkShortcutsWindow.html#GtkShortcutsWindow--section-name" title="The “section-name” property"><span class="type">“section-name”</span></a>
|
||||
property to this string will make this section shown in the
|
||||
@ -169,7 +169,7 @@ GtkShortcutsWindow.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkShortcutsSection--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 string to show in the section selector of the GtkShortcutsWindow
|
||||
for this section. If there is only one section, you don't need to
|
||||
set a title, since the section selector will not be shown in this case.</p>
|
||||
@ -180,7 +180,7 @@ set a title, since the section selector will not be shown in this case.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkShortcutsSection--view-name"></a><h3>The <code class="literal">“view-name”</code> property</h3>
|
||||
<pre class="programlisting"> “view-name” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “view-name” <span class="type">char</span> *</pre>
|
||||
<p>A view name to filter the groups in this section by.
|
||||
See <a class="link" href="GtkShortcutsGroup.html#GtkShortcutsGroup--view" title="The “view” property"><span class="type">“view”</span></a>.</p>
|
||||
<p>Applications are expected to use the <a class="link" href="GtkShortcutsWindow.html#GtkShortcutsWindow--view-name" title="The “view-name” property"><span class="type">“view-name”</span></a>
|
||||
@ -196,7 +196,7 @@ property for this purpose.</p>
|
||||
<a name="GtkShortcutsSection-change-current-page"></a><h3>The <code class="literal">“change-current-page”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
user_function (<a class="link" href="GtkShortcutsSection.html" title="GtkShortcutsSection"><span class="type">GtkShortcutsSection</span></a> *shortcutssection,
|
||||
<span class="type">gint</span> arg1,
|
||||
<span class="type">int</span> arg1,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Flags: Action</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user