New upstream version 3.24.22
This commit is contained in:
@ -337,22 +337,22 @@
|
||||
<td class="property_flags">Read / Write</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="GtkScrolledWindow.html#GtkScrolledWindow--max-content-height" title="The “max-content-height” property">max-content-height</a></td>
|
||||
<td class="property_flags">Read / Write</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="GtkScrolledWindow.html#GtkScrolledWindow--max-content-width" title="The “max-content-width” property">max-content-width</a></td>
|
||||
<td class="property_flags">Read / Write</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="GtkScrolledWindow.html#GtkScrolledWindow--min-content-height" title="The “min-content-height” property">min-content-height</a></td>
|
||||
<td class="property_flags">Read / Write</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="GtkScrolledWindow.html#GtkScrolledWindow--min-content-width" title="The “min-content-width” property">min-content-width</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -410,7 +410,7 @@
|
||||
</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="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbar-spacing" title="The “scrollbar-spacing” style property">scrollbar-spacing</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -1868,7 +1868,7 @@ only applies to devices with source <a href="https://developer.gnome.org/gdk4/Gd
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrolledWindow--max-content-height"></a><h3>The <code class="literal">“max-content-height”</code> property</h3>
|
||||
<pre class="programlisting"> “max-content-height” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “max-content-height” <span class="type">int</span></pre>
|
||||
<p>The maximum content height of <em class="parameter"><code>scrolled_window</code></em>
|
||||
, or -1 if not set.</p>
|
||||
<p>Owner: GtkScrolledWindow</p>
|
||||
@ -1880,7 +1880,7 @@ only applies to devices with source <a href="https://developer.gnome.org/gdk4/Gd
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrolledWindow--max-content-width"></a><h3>The <code class="literal">“max-content-width”</code> property</h3>
|
||||
<pre class="programlisting"> “max-content-width” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “max-content-width” <span class="type">int</span></pre>
|
||||
<p>The maximum content width of <em class="parameter"><code>scrolled_window</code></em>
|
||||
, or -1 if not set.</p>
|
||||
<p>Owner: GtkScrolledWindow</p>
|
||||
@ -1892,7 +1892,7 @@ only applies to devices with source <a href="https://developer.gnome.org/gdk4/Gd
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrolledWindow--min-content-height"></a><h3>The <code class="literal">“min-content-height”</code> property</h3>
|
||||
<pre class="programlisting"> “min-content-height” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “min-content-height” <span class="type">int</span></pre>
|
||||
<p>The minimum content height of <em class="parameter"><code>scrolled_window</code></em>
|
||||
, or -1 if not set.</p>
|
||||
<p>Owner: GtkScrolledWindow</p>
|
||||
@ -1904,7 +1904,7 @@ only applies to devices with source <a href="https://developer.gnome.org/gdk4/Gd
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrolledWindow--min-content-width"></a><h3>The <code class="literal">“min-content-width”</code> property</h3>
|
||||
<pre class="programlisting"> “min-content-width” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “min-content-width” <span class="type">int</span></pre>
|
||||
<p>The minimum content width of <em class="parameter"><code>scrolled_window</code></em>
|
||||
, or -1 if not set.</p>
|
||||
<p>Owner: GtkScrolledWindow</p>
|
||||
@ -2010,7 +2010,7 @@ of the contents with respect to the scrollbars.</p>
|
||||
<a name="GtkScrolledWindow.style-property-details"></a><h2>Style Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrolledWindow--s-scrollbar-spacing"></a><h3>The <code class="literal">“scrollbar-spacing”</code> style property</h3>
|
||||
<pre class="programlisting"> “scrollbar-spacing” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “scrollbar-spacing” <span class="type">int</span></pre>
|
||||
<p>Number of pixels between the scrollbars and the scrolled window.</p>
|
||||
<p>Owner: GtkScrolledWindow</p>
|
||||
<p>Flags: Read</p>
|
||||
|
Reference in New Issue
Block a user