New upstream version 3.24.22
This commit is contained in:
@ -453,7 +453,7 @@
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gdouble</span></td>
|
||||
<td class="property_type"><span class="type">double</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--angle" title="The “angle” property">angle</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -464,7 +464,7 @@
|
||||
<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="GtkLabel.html#GtkLabel--cursor-position" title="The “cursor-position” property">cursor-position</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -480,17 +480,17 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--label" title="The “label” property">label</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="GtkLabel.html#GtkLabel--lines" title="The “lines” property">lines</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="GtkLabel.html#GtkLabel--max-width-chars" title="The “max-width-chars” property">max-width-chars</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -507,7 +507,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">gchar</span> *</td>
|
||||
<span class="type">char</span> *</td>
|
||||
<td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--pattern" title="The “pattern” property">pattern</a></td>
|
||||
<td class="property_flags">Write</td>
|
||||
</tr>
|
||||
@ -517,7 +517,7 @@
|
||||
<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="GtkLabel.html#GtkLabel--selection-bound" title="The “selection-bound” property">selection-bound</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -542,7 +542,7 @@
|
||||
<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="GtkLabel.html#GtkLabel--width-chars" title="The “width-chars” property">width-chars</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -557,12 +557,12 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gfloat</span></td>
|
||||
<td class="property_type"><span class="type">float</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--xalign" title="The “xalign” property">xalign</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">gfloat</span></td>
|
||||
<td class="property_type"><span class="type">float</span></td>
|
||||
<td class="property_name"><a class="link" href="GtkLabel.html#GtkLabel--yalign" title="The “yalign” property">yalign</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -2540,7 +2540,7 @@ of clicked links.</p>
|
||||
<a name="GtkLabel.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--angle"></a><h3>The <code class="literal">“angle”</code> property</h3>
|
||||
<pre class="programlisting"> “angle” <span class="type">gdouble</span></pre>
|
||||
<pre class="programlisting"> “angle” <span class="type">double</span></pre>
|
||||
<p>The angle that the baseline of the label makes with the horizontal,
|
||||
in degrees, measured counterclockwise. An angle of 90 reads from
|
||||
from bottom to top, an angle of 270, from top to bottom. Ignored
|
||||
@ -2562,7 +2562,7 @@ if the label is selectable.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--cursor-position"></a><h3>The <code class="literal">“cursor-position”</code> property</h3>
|
||||
<pre class="programlisting"> “cursor-position” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “cursor-position” <span class="type">int</span></pre>
|
||||
<p>The current position of the insertion cursor in chars.</p>
|
||||
<p>Owner: GtkLabel</p>
|
||||
<p>Flags: Read</p>
|
||||
@ -2600,7 +2600,7 @@ to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-s
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--label"></a><h3>The <code class="literal">“label”</code> property</h3>
|
||||
<pre class="programlisting"> “label” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “label” <span class="type">char</span> *</pre>
|
||||
<p>The contents of the label.</p>
|
||||
<p>If the string contains Pango XML markup, you will
|
||||
have to set the <a class="link" href="GtkLabel.html#GtkLabel--use-markup" title="The “use-markup” property"><span class="type">“use-markup”</span></a> property to <code class="literal">TRUE</code> in order for the
|
||||
@ -2617,7 +2617,7 @@ to display them.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--lines"></a><h3>The <code class="literal">“lines”</code> property</h3>
|
||||
<pre class="programlisting"> “lines” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “lines” <span class="type">int</span></pre>
|
||||
<p>The number of lines to which an ellipsized, wrapping label
|
||||
should be limited. This property has no effect if the
|
||||
label is not wrapping or ellipsized. Set this property to
|
||||
@ -2631,7 +2631,7 @@ label is not wrapping or ellipsized. Set this property to
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--max-width-chars"></a><h3>The <code class="literal">“max-width-chars”</code> property</h3>
|
||||
<pre class="programlisting"> “max-width-chars” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “max-width-chars” <span class="type">int</span></pre>
|
||||
<p>The desired maximum width of the label, in characters. If this property
|
||||
is set to -1, the width will be calculated automatically.</p>
|
||||
<p>See the section on <a class="link" href="GtkLabel.html#label-text-layout" title="Text layout">text layout</a>
|
||||
@ -2663,7 +2663,7 @@ determine the width of ellipsized and wrapped labels.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--pattern"></a><h3>The <code class="literal">“pattern”</code> property</h3>
|
||||
<pre class="programlisting"> “pattern” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “pattern” <span class="type">char</span> *</pre>
|
||||
<p>A string with _ characters in positions correspond to characters in the text to underline.</p>
|
||||
<p>Owner: GtkLabel</p>
|
||||
<p>Flags: Write</p>
|
||||
@ -2681,7 +2681,7 @@ determine the width of ellipsized and wrapped labels.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--selection-bound"></a><h3>The <code class="literal">“selection-bound”</code> property</h3>
|
||||
<pre class="programlisting"> “selection-bound” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “selection-bound” <span class="type">int</span></pre>
|
||||
<p>The position of the opposite end of the selection from the cursor in chars.</p>
|
||||
<p>Owner: GtkLabel</p>
|
||||
<p>Flags: Read</p>
|
||||
@ -2735,7 +2735,7 @@ when rendering this link, in addition to <a class="link" href="gtk3-Standard-Enu
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--width-chars"></a><h3>The <code class="literal">“width-chars”</code> property</h3>
|
||||
<pre class="programlisting"> “width-chars” <span class="type">gint</span></pre>
|
||||
<pre class="programlisting"> “width-chars” <span class="type">int</span></pre>
|
||||
<p>The desired width of the label, in characters. If this property is set to
|
||||
-1, the width will be calculated automatically.</p>
|
||||
<p>See the section on <a class="link" href="GtkLabel.html#label-text-layout" title="Text layout">text layout</a>
|
||||
@ -2771,7 +2771,7 @@ means wrap on word boundaries.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--xalign"></a><h3>The <code class="literal">“xalign”</code> property</h3>
|
||||
<pre class="programlisting"> “xalign” <span class="type">gfloat</span></pre>
|
||||
<pre class="programlisting"> “xalign” <span class="type">float</span></pre>
|
||||
<p>The xalign property determines the horizontal aligment of the label text
|
||||
inside the labels size allocation. Compare this to <a class="link" href="GtkWidget.html#GtkWidget--halign" title="The “halign” property"><span class="type">“halign”</span></a>,
|
||||
which determines how the labels size allocation is positioned in the
|
||||
@ -2785,7 +2785,7 @@ space available for the label.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkLabel--yalign"></a><h3>The <code class="literal">“yalign”</code> property</h3>
|
||||
<pre class="programlisting"> “yalign” <span class="type">gfloat</span></pre>
|
||||
<pre class="programlisting"> “yalign” <span class="type">float</span></pre>
|
||||
<p>The yalign property determines the vertical aligment of the label text
|
||||
inside the labels size allocation. Compare this to <a class="link" href="GtkWidget.html#GtkWidget--valign" title="The “valign” property"><span class="type">“valign”</span></a>,
|
||||
which determines how the labels size allocation is positioned in the
|
||||
@ -2839,7 +2839,7 @@ if they need to control activation of URIs programmatically.</p>
|
||||
<a name="GtkLabel-activate-link"></a><h3>The <code class="literal">“activate-link”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
|
||||
<span class="type">gchar</span> *uri,
|
||||
<span class="type">char</span> *uri,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>The signal which gets emitted to activate a URI.
|
||||
Applications may connect to it to override the default behaviour,
|
||||
@ -2918,7 +2918,7 @@ which gets emitted to copy the selection to the clipboard.</p>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *entry,
|
||||
<a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
||||
<span class="type">gint</span> count,
|
||||
<span class="type">int</span> count,
|
||||
<span class="type">gboolean</span> extend_selection,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>The ::move-cursor signal is a
|
||||
|
||||
Reference in New Issue
Block a user