New upstream version 3.24.5
This commit is contained in:
@ -137,12 +137,12 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">guint</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkLayout.html#GtkLayout--height" title="The “height” property">height</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">guint</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkLayout.html#GtkLayout--width" title="The “width” property">width</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -159,12 +159,12 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gint</span></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkLayout.html#GtkLayout--c-x" title="The “x” child property">x</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"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkLayout.html#GtkLayout--c-y" title="The “y” child property">y</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -186,8 +186,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkLayout.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> GtkLayout
|
||||
@ -225,7 +225,7 @@ returned by <a class="link" href="GtkLayout.html#gtk-layout-get-bin-window" titl
|
||||
gtk_layout_new (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *hadjustment</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vadjustment</code></em>);</pre>
|
||||
<p>Creates a new <a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a>. Unless you have a specific adjustment
|
||||
you’d like the layout to use for scrolling, pass <code class="literal">NULL</code> for
|
||||
you’d like the layout to use for scrolling, pass <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> for
|
||||
<em class="parameter"><code>hadjustment</code></em>
|
||||
and <em class="parameter"><code>vadjustment</code></em>
|
||||
.</p>
|
||||
@ -240,12 +240,12 @@ you’d like the layout to use for scrolling, pass <code class="literal">NULL</c
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>hadjustment</p></td>
|
||||
<td class="parameter_description"><p>horizontal scroll adjustment, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>horizontal scroll adjustment, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>vadjustment</p></td>
|
||||
<td class="parameter_description"><p>vertical scroll adjustment, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>vertical scroll adjustment, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -262,8 +262,8 @@ you’d like the layout to use for scrolling, pass <code class="literal">NULL</c
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_layout_put (<em class="parameter"><code><a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a> *layout</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child_widget</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
||||
<p>Adds <em class="parameter"><code>child_widget</code></em>
|
||||
to <em class="parameter"><code>layout</code></em>
|
||||
, at position (<em class="parameter"><code>x</code></em>
|
||||
@ -311,8 +311,8 @@ gtk_layout_put (<em class="parameter"><code><a class="link" href="GtkLayout.html
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_layout_move (<em class="parameter"><code><a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a> *layout</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child_widget</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> y</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
||||
<p>Moves a current child of <em class="parameter"><code>layout</code></em>
|
||||
to a new position.</p>
|
||||
<div class="refsect3">
|
||||
@ -354,8 +354,8 @@ gtk_layout_move (<em class="parameter"><code><a class="link" href="GtkLayout.htm
|
||||
<a name="gtk-layout-set-size"></a><h3>gtk_layout_set_size ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_layout_set_size (<em class="parameter"><code><a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a> *layout</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> width</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> height</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> width</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> height</code></em>);</pre>
|
||||
<p>Sets the size of the scrollable area of the layout.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-layout-set-size.parameters"></a><h4>Parameters</h4>
|
||||
@ -390,8 +390,8 @@ gtk_layout_set_size (<em class="parameter"><code><a class="link" href="GtkLayout
|
||||
<a name="gtk-layout-get-size"></a><h3>gtk_layout_get_size ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_layout_get_size (<em class="parameter"><code><a class="link" href="GtkLayout.html" title="GtkLayout"><span class="type">GtkLayout</span></a> *layout</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> *width</code></em>,
|
||||
<em class="parameter"><code><span class="type">guint</span> *height</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *width</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *height</code></em>);</pre>
|
||||
<p>Gets the size that has been set on the layout, and that determines
|
||||
the total extents of the layout’s scrollbar area. See
|
||||
<a class="link" href="GtkLayout.html#gtk-layout-set-size" title="gtk_layout_set_size ()"><code class="function">gtk_layout_set_size()</code></a>.</p>
|
||||
@ -413,14 +413,14 @@ the total extents of the layout’s scrollbar area. See
|
||||
<td class="parameter_name"><p>width</p></td>
|
||||
<td class="parameter_description"><p>location to store the width set on
|
||||
<em class="parameter"><code>layout</code></em>
|
||||
, or <code class="literal">NULL</code>. </p></td>
|
||||
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>height</p></td>
|
||||
<td class="parameter_description"><p>location to store the height set on
|
||||
<em class="parameter"><code>layout</code></em>
|
||||
, or <code class="literal">NULL</code>. </p></td>
|
||||
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -609,7 +609,7 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<a name="GtkLayout.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLayout--height"></a><h3>The <code class="literal">“height”</code> property</h3>
|
||||
<pre class="programlisting"> “height” <span class="type">guint</span></pre>
|
||||
<pre class="programlisting"> “height” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
||||
<p>The height of the layout.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: <= G_MAXINT</p>
|
||||
@ -618,7 +618,7 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLayout--width"></a><h3>The <code class="literal">“width”</code> property</h3>
|
||||
<pre class="programlisting"> “width” <span class="type">guint</span></pre>
|
||||
<pre class="programlisting"> “width” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
|
||||
<p>The width of the layout.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: <= G_MAXINT</p>
|
||||
@ -629,7 +629,7 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<a name="GtkLayout.child-property-details"></a><h2>Child Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLayout--c-x"></a><h3>The <code class="literal">“x”</code> child property</h3>
|
||||
<pre class="programlisting"> “x” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “x” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
||||
<p>X position of child widget.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: 0</p>
|
||||
@ -637,7 +637,7 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLayout--c-y"></a><h3>The <code class="literal">“y”</code> child property</h3>
|
||||
<pre class="programlisting"> “y” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “y” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
||||
<p>Y position of child widget.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: 0</p>
|
||||
|
Reference in New Issue
Block a user