New upstream version 3.24.22
This commit is contained in:
@ -192,7 +192,7 @@
|
||||
<col width="200px" class="properties_flags">
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkDialog.html#GtkDialog--use-header-bar" title="The “use-header-bar” property">use-header-bar</a></td>
|
||||
<td class="property_flags">Read / Write / Construct Only</td>
|
||||
</tr></tbody>
|
||||
@ -208,22 +208,22 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkDialog.html#GtkDialog--s-action-area-border" title="The “action-area-border” style property">action-area-border</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkDialog.html#GtkDialog--s-button-spacing" title="The “button-spacing” style property">button-spacing</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkDialog.html#GtkDialog--s-content-area-border" title="The “content-area-border” style property">content-area-border</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><span class="type">int</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkDialog.html#GtkDialog--s-content-area-spacing" title="The “content-area-spacing” style property">content-area-spacing</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -1483,7 +1483,7 @@ or if the dialog gets programmatically hidden or destroyed</p>
|
||||
<a name="GtkDialog.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkDialog--use-header-bar"></a><h3>The <code class="literal">“use-header-bar”</code> property</h3>
|
||||
<pre class="programlisting"> “use-header-bar” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “use-header-bar” <span class="type">int</span></pre>
|
||||
<p><code class="literal">TRUE</code> if the dialog uses a <a class="link" href="GtkHeaderBar.html" title="GtkHeaderBar"><span class="type">GtkHeaderBar</span></a> for action buttons
|
||||
instead of the action-area.</p>
|
||||
<p>For technical reasons, this property is declared as an integer
|
||||
@ -1499,7 +1499,7 @@ property, but you should only set it to <code class="literal">TRUE</code> or <co
|
||||
<a name="GtkDialog.style-property-details"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkDialog--s-action-area-border"></a><h3>The <code class="literal">“action-area-border”</code> style property</h3>
|
||||
<pre class="programlisting"> “action-area-border” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “action-area-border” <span class="type">int</span></pre>
|
||||
<p>The default border width used around the
|
||||
action area of the dialog, as returned by
|
||||
<a class="link" href="GtkDialog.html#gtk-dialog-get-action-area" title="gtk_dialog_get_action_area ()"><code class="function">gtk_dialog_get_action_area()</code></a>, unless <a class="link" href="GtkContainer.html#gtk-container-set-border-width" title="gtk_container_set_border_width ()"><code class="function">gtk_container_set_border_width()</code></a>
|
||||
@ -1512,7 +1512,7 @@ was called on that widget directly.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkDialog--s-button-spacing"></a><h3>The <code class="literal">“button-spacing”</code> style property</h3>
|
||||
<pre class="programlisting"> “button-spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “button-spacing” <span class="type">int</span></pre>
|
||||
<p>Spacing between buttons.</p>
|
||||
<p>Owner: GtkDialog</p>
|
||||
<p>Flags: Read</p>
|
||||
@ -1522,7 +1522,7 @@ was called on that widget directly.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkDialog--s-content-area-border"></a><h3>The <code class="literal">“content-area-border”</code> style property</h3>
|
||||
<pre class="programlisting"> “content-area-border” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “content-area-border” <span class="type">int</span></pre>
|
||||
<p>The default border width used around the
|
||||
content area of the dialog, as returned by
|
||||
<a class="link" href="GtkDialog.html#gtk-dialog-get-content-area" title="gtk_dialog_get_content_area ()"><code class="function">gtk_dialog_get_content_area()</code></a>, unless <a class="link" href="GtkContainer.html#gtk-container-set-border-width" title="gtk_container_set_border_width ()"><code class="function">gtk_container_set_border_width()</code></a>
|
||||
@ -1535,7 +1535,7 @@ was called on that widget directly.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkDialog--s-content-area-spacing"></a><h3>The <code class="literal">“content-area-spacing”</code> style property</h3>
|
||||
<pre class="programlisting"> “content-area-spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “content-area-spacing” <span class="type">int</span></pre>
|
||||
<p>The default spacing used between elements of the
|
||||
content area of the dialog, as returned by
|
||||
<a class="link" href="GtkDialog.html#gtk-dialog-get-content-area" title="gtk_dialog_get_content_area ()"><code class="function">gtk_dialog_get_content_area()</code></a>, unless <a class="link" href="GtkBox.html#gtk-box-set-spacing" title="gtk_box_set_spacing ()"><code class="function">gtk_box_set_spacing()</code></a>
|
||||
@ -1581,7 +1581,7 @@ the dialog.</p>
|
||||
<a name="GtkDialog-response"></a><h3>The <code class="literal">“response”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkDialog.html" title="GtkDialog"><span class="type">GtkDialog</span></a> *dialog,
|
||||
<span class="type">gint</span> response_id,
|
||||
<span class="type">int</span> response_id,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Emitted when an action widget is clicked, the dialog receives a
|
||||
delete event, or the application programmer calls <a class="link" href="GtkDialog.html#gtk-dialog-response" title="gtk_dialog_response ()"><code class="function">gtk_dialog_response()</code></a>.
|
||||
|
||||
Reference in New Issue
Block a user