New upstream version 3.24.11
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="TextWidgetObjects.html" title="Multiline Text Editor">
|
||||
<link rel="prev" href="TextWidget.html" title="Text Widget Overview">
|
||||
<link rel="next" href="GtkTextMark.html" title="GtkTextMark">
|
||||
<meta name="generator" content="GTK-Doc V1.30.1 (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">
|
||||
@ -354,7 +354,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage-struct"><span class="returnvalue">PangoLanguage</span></a> *
|
||||
<a href="https://developer.gnome.org/pango/pango-Scripts-and-Languages.html#PangoLanguage-struct"><span class="returnvalue">PangoLanguage</span></a> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkTextIter.html#gtk-text-iter-get-language" title="gtk_text_iter_get_language ()">gtk_text_iter_get_language</a> <span class="c_punctuation">()</span>
|
||||
@ -2056,8 +2056,8 @@ is inside a sentence.</p>
|
||||
<a name="gtk-text-iter-is-cursor-position"></a><h3>gtk_text_iter_is_cursor_position ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
gtk_text_iter_is_cursor_position (<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
||||
<p>See <a class="link" href="GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()"><code class="function">gtk_text_iter_forward_cursor_position()</code></a> or <a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#PangoLogAttr"><span class="type">PangoLogAttr</span></a> or
|
||||
<a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a> for details on what a cursor position is.</p>
|
||||
<p>See <a class="link" href="GtkTextIter.html#gtk-text-iter-forward-cursor-position" title="gtk_text_iter_forward_cursor_position ()"><code class="function">gtk_text_iter_forward_cursor_position()</code></a> or <a href="https://developer.gnome.org/pango/pango-Text-Processing.html#PangoLogAttr"><span class="type">PangoLogAttr</span></a> or
|
||||
<a href="https://developer.gnome.org/pango/pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a> for details on what a cursor position is.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-text-iter-is-cursor-position.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -2183,7 +2183,7 @@ was modified</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-text-iter-get-language"></a><h3>gtk_text_iter_get_language ()</h3>
|
||||
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html#PangoLanguage-struct"><span class="returnvalue">PangoLanguage</span></a> *
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/pango/pango-Scripts-and-Languages.html#PangoLanguage-struct"><span class="returnvalue">PangoLanguage</span></a> *
|
||||
gtk_text_iter_get_language (<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
||||
<p>A convenience wrapper around <a class="link" href="GtkTextIter.html#gtk-text-iter-get-attributes" title="gtk_text_iter_get_attributes ()"><code class="function">gtk_text_iter_get_attributes()</code></a>,
|
||||
which returns the language in effect at <em class="parameter"><code>iter</code></em>
|
||||
@ -2739,7 +2739,7 @@ the equivalent of say the letter “a” with an accent mark will be
|
||||
represented as two characters, first the letter then a "combining
|
||||
mark" that causes the accent to be rendered; so the cursor can’t go
|
||||
between those two characters. See also the <span class="type">PangoLogAttr</span> and
|
||||
<a href="/usr/share/gtk-doc/html/pango/pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a> function.</p>
|
||||
<a href="https://developer.gnome.org/pango/pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a> function.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-text-iter-forward-cursor-position.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -4290,6 +4290,6 @@ what case it is in.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.30.1</div>
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user