New upstream version 3.24.14
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="LayoutContainers.html" title="Layout Containers">
|
||||
<link rel="prev" href="GtkPaned.html" title="GtkPaned">
|
||||
<link rel="next" href="GtkNotebook.html" title="GtkNotebook">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -32,7 +32,7 @@
|
||||
<td valign="top">
|
||||
<h2><span class="refentrytitle"><a name="GtkLayout.top_of_page"></a>GtkLayout</span></h2>
|
||||
<p>GtkLayout — Infinite scrollable area containing child widgets
|
||||
and/or custom drawing</p>
|
||||
and/or custom drawing</p>
|
||||
</td>
|
||||
<td class="gallery_image" valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
@ -40,8 +40,8 @@
|
||||
<a name="GtkLayout.functions"></a><h2>Functions</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="functions_return">
|
||||
<col class="functions_name">
|
||||
<col width="150px" class="functions_proto_type">
|
||||
<col class="functions_proto_name">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -175,12 +175,12 @@
|
||||
<a name="GtkLayout.other"></a><h2>Types and Values</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="name">
|
||||
<col class="description">
|
||||
<col width="150px" class="other_proto_type">
|
||||
<col class="other_proto_name">
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a class="link" href="GtkLayout.html#GtkLayout-struct" title="struct GtkLayout">GtkLayout</a></td>
|
||||
<td class="function_name">GtkLayout</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -599,18 +599,12 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkLayout.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLayout-struct"></a><h3>struct GtkLayout</h3>
|
||||
<pre class="programlisting">struct GtkLayout;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<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>
|
||||
<p>The height of the layout.</p>
|
||||
<p>Owner: GtkLayout</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: <= G_MAXINT</p>
|
||||
<p>Default value: 100</p>
|
||||
@ -620,6 +614,7 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<a name="GtkLayout--width"></a><h3>The <code class="literal">“width”</code> property</h3>
|
||||
<pre class="programlisting"> “width” <span class="type">guint</span></pre>
|
||||
<p>The width of the layout.</p>
|
||||
<p>Owner: GtkLayout</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: <= G_MAXINT</p>
|
||||
<p>Default value: 100</p>
|
||||
@ -631,6 +626,7 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<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>
|
||||
<p>X position of child widget.</p>
|
||||
<p>Owner: GtkLayout</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: 0</p>
|
||||
</div>
|
||||
@ -639,6 +635,7 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<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>
|
||||
<p>Y position of child widget.</p>
|
||||
<p>Owner: GtkLayout</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: 0</p>
|
||||
</div>
|
||||
@ -649,6 +646,6 @@ gtk_layout_get_bin_window (<em class="parameter"><code><a class="link" href="Gtk
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
<hr>Generated by GTK-Doc V1.32.1</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user