New upstream version 3.24.18
This commit is contained in:
@ -118,7 +118,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/gtk4/GtkMessageDialog.html#GtkMessageType"><span class="returnvalue">GtkMessageType</span></a>
|
||||
<a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="returnvalue">GtkMessageType</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkInfoBar.html#gtk-info-bar-get-message-type" title="gtk_info_bar_get_message_type ()">gtk_info_bar_get_message_type</a> <span class="c_punctuation">()</span>
|
||||
@ -185,7 +185,7 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/gtk4/GtkMessageDialog.html#GtkMessageType"><span class="type">GtkMessageType</span></a></td>
|
||||
<td class="property_type"><a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkInfoBar.html#GtkInfoBar--message-type" title="The “message-type” property">message-type</a></td>
|
||||
<td class="property_flags">Read / Write / Construct</td>
|
||||
</tr>
|
||||
@ -265,7 +265,7 @@
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkInfoBar.html#GtkInfoBar-struct">GtkInfoBar</a></td>
|
||||
<td class="function_name"><a class="link" href="GtkInfoBar.html#GtkInfoBar-struct" title="struct GtkInfoBar">GtkInfoBar</a></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -422,9 +422,9 @@ gtk_info_bar_new_with_buttons (<em class="parameter"><code>const <span class="ty
|
||||
<em class="parameter"><code>...</code></em>);</pre>
|
||||
<p>Creates a new <a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> with buttons. Button text/response ID
|
||||
pairs should be listed, with a <code class="literal">NULL</code> pointer ending the list.
|
||||
Button text can be either a stock ID such as <code class="literal">GTK_STOCK_OK</code>, or
|
||||
Button text can be either a stock ID such as <a class="link" href="gtk3-Stock-Items.html#GTK-STOCK-OK:CAPS" title="GTK_STOCK_OK"><code class="literal">GTK_STOCK_OK</code></a>, or
|
||||
some arbitrary text. A response ID can be any positive number,
|
||||
or one of the values in the <a href="https://developer.gnome.org/gtk4/GtkDialog.html#GtkResponseType"><span class="type">GtkResponseType</span></a> enumeration. If the
|
||||
or one of the values in the <a class="link" href="GtkDialog.html#GtkResponseType" title="enum GtkResponseType"><span class="type">GtkResponseType</span></a> enumeration. If the
|
||||
user clicks one of these dialog buttons, GtkInfoBar will emit
|
||||
the “response” signal with the corresponding response ID.</p>
|
||||
<div class="refsect3">
|
||||
@ -696,7 +696,7 @@ gtk_info_bar_response (<em class="parameter"><code><a class="link" href="GtkInfo
|
||||
<a name="gtk-info-bar-set-message-type"></a><h3>gtk_info_bar_set_message_type ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_info_bar_set_message_type (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkMessageDialog.html#GtkMessageType"><span class="type">GtkMessageType</span></a> message_type</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a> message_type</code></em>);</pre>
|
||||
<p>Sets the message type of the message area.</p>
|
||||
<p>GTK+ uses this type to determine how the message is displayed.</p>
|
||||
<div class="refsect3">
|
||||
@ -715,7 +715,7 @@ gtk_info_bar_set_message_type (<em class="parameter"><code><a class="link" href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>message_type</p></td>
|
||||
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/gtk4/GtkMessageDialog.html#GtkMessageType"><span class="type">GtkMessageType</span></a></p></td>
|
||||
<td class="parameter_description"><p>a <a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -726,7 +726,7 @@ gtk_info_bar_set_message_type (<em class="parameter"><code><a class="link" href=
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-info-bar-get-message-type"></a><h3>gtk_info_bar_get_message_type ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gtk4/GtkMessageDialog.html#GtkMessageType"><span class="returnvalue">GtkMessageType</span></a>
|
||||
<pre class="programlisting"><a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="returnvalue">GtkMessageType</span></a>
|
||||
gtk_info_bar_get_message_type (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>);</pre>
|
||||
<p>Returns the message type of the message area.</p>
|
||||
<div class="refsect3">
|
||||
@ -842,7 +842,7 @@ gtk_info_bar_get_show_close_button (<em class="parameter"><code><a class="link"
|
||||
gtk_info_bar_set_show_close_button (<em class="parameter"><code><a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *info_bar</code></em>,
|
||||
<em class="parameter"><code><span class="type">gboolean</span> setting</code></em>);</pre>
|
||||
<p>If true, a standard close button is shown. When clicked it emits
|
||||
the response <a href="https://developer.gnome.org/gtk4/GtkDialog.html#GTK-RESPONSE-CLOSE:CAPS"><code class="literal">GTK_RESPONSE_CLOSE</code></a>.</p>
|
||||
the response <a class="link" href="GtkDialog.html#GTK-RESPONSE-CLOSE:CAPS"><code class="literal">GTK_RESPONSE_CLOSE</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-info-bar-set-show-close-button.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -932,10 +932,17 @@ have any effect if it is invisible.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkInfoBar.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkInfoBar-struct"></a><h3>struct GtkInfoBar</h3>
|
||||
<pre class="programlisting">struct GtkInfoBar;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkInfoBar.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkInfoBar--message-type"></a><h3>The <code class="literal">“message-type”</code> property</h3>
|
||||
<pre class="programlisting"> “message-type” <a href="https://developer.gnome.org/gtk4/GtkMessageDialog.html#GtkMessageType"><span class="type">GtkMessageType</span></a></pre>
|
||||
<pre class="programlisting"> “message-type” <a class="link" href="GtkMessageDialog.html#GtkMessageType" title="enum GtkMessageType"><span class="type">GtkMessageType</span></a></pre>
|
||||
<p>The type of the message.</p>
|
||||
<p>The type may be used to determine the appearance of the info bar.</p>
|
||||
<p>Owner: GtkInfoBar</p>
|
||||
@ -1035,7 +1042,7 @@ content area of the info bar.</p>
|
||||
user_function (<a class="link" href="GtkInfoBar.html" title="GtkInfoBar"><span class="type">GtkInfoBar</span></a> *infobar,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>The ::close signal is a
|
||||
keybinding signal
|
||||
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
|
||||
which gets emitted when the user uses a keybinding to dismiss
|
||||
the info bar.</p>
|
||||
<p>The default binding for this signal is the Escape key.</p>
|
||||
|
||||
Reference in New Issue
Block a user