New upstream version 3.24.2
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
||||
<link rel="prev" href="GtkImageMenuItem.html" title="GtkImageMenuItem">
|
||||
<link rel="next" href="gtk3-Stock-Items.html" title="Stock Items">
|
||||
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -87,22 +87,22 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td>
|
||||
<td class="property_type"><span class="type">gfloat</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkMisc.html#GtkMisc--xalign" title="The “xalign” property">xalign</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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_type"><span class="type">gint</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkMisc.html#GtkMisc--xpad" title="The “xpad” property">xpad</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td>
|
||||
<td class="property_type"><span class="type">gfloat</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkMisc.html#GtkMisc--yalign" title="The “yalign” property">yalign</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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_type"><span class="type">gint</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkMisc.html#GtkMisc--ypad" title="The “ypad” property">ypad</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -124,8 +124,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkMisc.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<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>
|
||||
<pre class="screen"> GObject
|
||||
<span class="lineart">╰──</span> GInitiallyUnowned
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
||||
<span class="lineart">╰──</span> GtkMisc
|
||||
<span class="lineart">├──</span> <a class="link" href="GtkLabel.html" title="GtkLabel">GtkLabel</a>
|
||||
@ -165,8 +165,8 @@ this fact, all <a class="link" href="GtkMisc.html" title="GtkMisc"><span class="
|
||||
<a name="gtk-misc-set-alignment"></a><h3>gtk_misc_set_alignment ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_misc_set_alignment (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">gfloat</span> xalign</code></em>,
|
||||
<em class="parameter"><code><span class="type">gfloat</span> yalign</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_misc_set_alignment</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>'s alignment (<a class="link" href="GtkWidget.html#GtkWidget--halign" title="The “halign” property"><span class="type">“halign”</span></a> and <a class="link" href="GtkWidget.html#GtkWidget--valign" title="The “valign” property"><span class="type">“valign”</span></a>) and margin properties or <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>'s <a class="link" href="GtkLabel.html#GtkLabel--xalign" title="The “xalign” property"><span class="type">“xalign”</span></a> and <a class="link" href="GtkLabel.html#GtkLabel--yalign" title="The “yalign” property"><span class="type">“yalign”</span></a> properties.</p>
|
||||
@ -205,8 +205,8 @@ gtk_misc_set_alignment (<em class="parameter"><code><a class="link" href="GtkMis
|
||||
<a name="gtk-misc-set-padding"></a><h3>gtk_misc_set_padding ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_misc_set_padding (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</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> xpad</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> ypad</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">gint</span> xpad</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> ypad</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_misc_set_padding</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> alignment and margin properties.</p>
|
||||
@ -247,8 +247,8 @@ in pixels.</p></td>
|
||||
<a name="gtk-misc-get-alignment"></a><h3>gtk_misc_get_alignment ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_misc_get_alignment (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *xalign</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *yalign</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">gfloat</span> *xalign</code></em>,
|
||||
<em class="parameter"><code><span class="type">gfloat</span> *yalign</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_misc_get_alignment</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> alignment and margin properties.</p>
|
||||
@ -272,13 +272,13 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-alignment" title="gtk_misc_s
|
||||
<tr>
|
||||
<td class="parameter_name"><p>xalign</p></td>
|
||||
<td class="parameter_description"><p>location to store X alignment of <em class="parameter"><code>misc</code></em>
|
||||
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
, or <code class="literal">NULL</code>. </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>yalign</p></td>
|
||||
<td class="parameter_description"><p>location to store Y alignment of <em class="parameter"><code>misc</code></em>
|
||||
, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
, or <code class="literal">NULL</code>. </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>
|
||||
@ -290,8 +290,8 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-alignment" title="gtk_misc_s
|
||||
<a name="gtk-misc-get-padding"></a><h3>gtk_misc_get_padding ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_misc_get_padding (<em class="parameter"><code><a class="link" href="GtkMisc.html" title="GtkMisc"><span class="type">GtkMisc</span></a> *misc</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> *xpad</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> *ypad</code></em>);</pre>
|
||||
<em class="parameter"><code><span class="type">gint</span> *xpad</code></em>,
|
||||
<em class="parameter"><code><span class="type">gint</span> *ypad</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_misc_get_padding</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> alignment and margin properties.</p>
|
||||
@ -315,13 +315,13 @@ See <a class="link" href="GtkMisc.html#gtk-misc-set-padding" title="gtk_misc_set
|
||||
<tr>
|
||||
<td class="parameter_name"><p>xpad</p></td>
|
||||
<td class="parameter_description"><p>location to store padding in the X
|
||||
direction, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
direction, or <code class="literal">NULL</code>. </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>ypad</p></td>
|
||||
<td class="parameter_description"><p>location to store padding in the Y
|
||||
direction, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
direction, or <code class="literal">NULL</code>. </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>
|
||||
@ -340,7 +340,7 @@ direction, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-M
|
||||
<a name="GtkMisc.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkMisc--xalign"></a><h3>The <code class="literal">“xalign”</code> property</h3>
|
||||
<pre class="programlisting"> “xalign” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
|
||||
<pre class="programlisting"> “xalign” <span class="type">gfloat</span></pre>
|
||||
<p>The horizontal alignment. A value of 0.0 means left alignment (or right
|
||||
on RTL locales); a value of 1.0 means right alignment (or left on RTL
|
||||
locales).</p>
|
||||
@ -356,7 +356,7 @@ locales).</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkMisc--xpad"></a><h3>The <code class="literal">“xpad”</code> property</h3>
|
||||
<pre class="programlisting"> “xpad” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
||||
<pre class="programlisting"> “xpad” <span class="type">gint</span></pre>
|
||||
<p>The amount of space to add on the left and right of the widget, in
|
||||
pixels.</p>
|
||||
<div class="warning">
|
||||
@ -371,7 +371,7 @@ pixels.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkMisc--yalign"></a><h3>The <code class="literal">“yalign”</code> property</h3>
|
||||
<pre class="programlisting"> “yalign” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre>
|
||||
<pre class="programlisting"> “yalign” <span class="type">gfloat</span></pre>
|
||||
<p>The vertical alignment. A value of 0.0 means top alignment;
|
||||
a value of 1.0 means bottom alignment.</p>
|
||||
<div class="warning">
|
||||
@ -386,7 +386,7 @@ a value of 1.0 means bottom alignment.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkMisc--ypad"></a><h3>The <code class="literal">“ypad”</code> property</h3>
|
||||
<pre class="programlisting"> “ypad” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
||||
<pre class="programlisting"> “ypad” <span class="type">gint</span></pre>
|
||||
<p>The amount of space to add on the top and bottom of the widget, in
|
||||
pixels.</p>
|
||||
<div class="warning">
|
||||
@ -401,6 +401,6 @@ pixels.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.28</div>
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user