New upstream version 3.24.28
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
|
||||
<link rel="prev" href="GtkHSV.html" title="GtkHSV">
|
||||
<link rel="next" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog">
|
||||
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -83,7 +83,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFace-struct"><span class="returnvalue">PangoFontFace</span></a> *
|
||||
<span class="returnvalue">PangoFontFace</span> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkFontSelection.html#gtk-font-selection-get-face" title="gtk_font_selection_get_face ()">gtk_font_selection_get_face</a> <span class="c_punctuation">()</span>
|
||||
@ -99,7 +99,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFamily-struct"><span class="returnvalue">PangoFontFamily</span></a> *
|
||||
<span class="returnvalue">PangoFontFamily</span> *
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkFontSelection.html#gtk-font-selection-get-family" title="gtk_font_selection_get_family ()">gtk_font_selection_get_family</a> <span class="c_punctuation">()</span>
|
||||
@ -250,7 +250,7 @@ gtk_font_selection_get_font_name (<em class="parameter"><code><a class="link" hr
|
||||
<a class="link" href="GtkFontSelection.html#gtk-font-selection-set-font-name" title="gtk_font_selection_set_font_name ()"><code class="function">gtk_font_selection_set_font_name()</code></a>, as the font selection widget may
|
||||
normalize font names and thus return a string with a different structure.
|
||||
For example, “Helvetica Italic Bold 12” could be normalized to
|
||||
“Helvetica Bold Italic 12”. Use <a href="https://developer.gnome.org/pango/pango-Fonts.html#pango-font-description-equal"><code class="function">pango_font_description_equal()</code></a>
|
||||
“Helvetica Bold Italic 12”. Use <code class="function">pango_font_description_equal()</code>
|
||||
if you want to compare two font descriptions.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-font-selection-get-font-name.parameters"></a><h4>Parameters</h4>
|
||||
@ -390,13 +390,13 @@ The <em class="parameter"><code>text</code></em>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-font-selection-get-face"></a><h3>gtk_font_selection_get_face ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFace-struct"><span class="returnvalue">PangoFontFace</span></a> *
|
||||
<pre class="programlisting"><span class="returnvalue">PangoFontFace</span> *
|
||||
gtk_font_selection_get_face (<em class="parameter"><code><a class="link" href="GtkFontSelection.html" title="GtkFontSelection"><span class="type">GtkFontSelection</span></a> *fontsel</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_font_selection_get_face</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkFontChooser.html" title="GtkFontChooser"><span class="type">GtkFontChooser</span></a></p>
|
||||
</div>
|
||||
<p>Gets the <a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFace-struct"><span class="type">PangoFontFace</span></a> representing the selected font group
|
||||
<p>Gets the <span class="type">PangoFontFace</span> representing the selected font group
|
||||
details (i.e. family, slant, weight, width, etc).</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-font-selection-get-face.parameters"></a><h4>Parameters</h4>
|
||||
@ -415,11 +415,11 @@ details (i.e. family, slant, weight, width, etc).</p>
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-font-selection-get-face.returns"></a><h4>Returns</h4>
|
||||
<p>A <a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFace-struct"><span class="type">PangoFontFace</span></a> representing the
|
||||
<p>A <span class="type">PangoFontFace</span> representing the
|
||||
selected font group details. The returned object is owned by
|
||||
<em class="parameter"><code>fontsel</code></em>
|
||||
and must not be modified or freed. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -453,20 +453,20 @@ the selected font. For example, “Regular”, “Bold”, etc.</p>
|
||||
<a name="gtk-font-selection-get-face-list.returns"></a><h4>Returns</h4>
|
||||
<p>A <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that is part of <em class="parameter"><code>fontsel</code></em>
|
||||
. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-font-selection-get-family"></a><h3>gtk_font_selection_get_family ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFamily-struct"><span class="returnvalue">PangoFontFamily</span></a> *
|
||||
<pre class="programlisting"><span class="returnvalue">PangoFontFamily</span> *
|
||||
gtk_font_selection_get_family (<em class="parameter"><code><a class="link" href="GtkFontSelection.html" title="GtkFontSelection"><span class="type">GtkFontSelection</span></a> *fontsel</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_font_selection_get_family</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkFontChooser.html" title="GtkFontChooser"><span class="type">GtkFontChooser</span></a></p>
|
||||
</div>
|
||||
<p>Gets the <a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFamily-struct"><span class="type">PangoFontFamily</span></a> representing the selected font family.</p>
|
||||
<p>Gets the <span class="type">PangoFontFamily</span> representing the selected font family.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-font-selection-get-family.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -484,12 +484,12 @@ gtk_font_selection_get_family (<em class="parameter"><code><a class="link" href=
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-font-selection-get-family.returns"></a><h4>Returns</h4>
|
||||
<p>A <a href="https://developer.gnome.org/pango/pango-Fonts.html#PangoFontFamily-struct"><span class="type">PangoFontFamily</span></a> representing the
|
||||
<p>A <span class="type">PangoFontFamily</span> representing the
|
||||
selected font family. Font families are a collection of font
|
||||
faces. The returned object is owned by <em class="parameter"><code>fontsel</code></em>
|
||||
and must not
|
||||
be modified or freed. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -555,7 +555,7 @@ example, “Sans”, “Serif”, etc.</p>
|
||||
<a name="gtk-font-selection-get-family-list.returns"></a><h4>Returns</h4>
|
||||
<p>A <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that is part of <em class="parameter"><code>fontsel</code></em>
|
||||
. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -588,7 +588,7 @@ gtk_font_selection_get_preview_entry (<em class="parameter"><code><a class="link
|
||||
<a name="gtk-font-selection-get-preview-entry.returns"></a><h4>Returns</h4>
|
||||
<p>A <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that is part of <em class="parameter"><code>fontsel</code></em>
|
||||
. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -622,7 +622,7 @@ number manually instead of selecting it from the list of font sizes.</p>
|
||||
<a name="gtk-font-selection-get-size-entry.returns"></a><h4>Returns</h4>
|
||||
<p>A <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that is part of <em class="parameter"><code>fontsel</code></em>
|
||||
. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -655,7 +655,7 @@ gtk_font_selection_get_size_list (<em class="parameter"><code><a class="link" hr
|
||||
<a name="gtk-font-selection-get-size-list.returns"></a><h4>Returns</h4>
|
||||
<p>A <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> that is part of <em class="parameter"><code>fontsel</code></em>
|
||||
. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.14</p>
|
||||
</div>
|
||||
@ -693,6 +693,6 @@ gtk_font_selection_get_size_list (<em class="parameter"><code><a class="link" hr
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.33.0</div>
|
||||
<hr>Generated by GTK-Doc V1.33.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user