New upstream version 3.24.22
This commit is contained in:
@ -167,7 +167,7 @@
|
||||
<tbody>
|
||||
<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="GtkFontButton.html#GtkFontButton--font-name" title="The “font-name” property">font-name</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -183,7 +183,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="GtkFontButton.html#GtkFontButton--title" title="The “title” property">title</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -681,7 +681,7 @@ gtk_font_button_get_title (<em class="parameter"><code><a class="link" href="Gtk
|
||||
<a name="GtkFontButton.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkFontButton--font-name"></a><h3>The <code class="literal">“font-name”</code> property</h3>
|
||||
<pre class="programlisting"> “font-name” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “font-name” <span class="type">char</span> *</pre>
|
||||
<p>The name of the currently selected font.</p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkFontButton:font-name</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
|
||||
@ -723,7 +723,7 @@ style, see the ::use-font property.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkFontButton--title"></a><h3>The <code class="literal">“title”</code> property</h3>
|
||||
<pre class="programlisting"> “title” <span class="type">gchar</span> *</pre>
|
||||
<pre class="programlisting"> “title” <span class="type">char</span> *</pre>
|
||||
<p>The title of the font chooser dialog.</p>
|
||||
<p>Owner: GtkFontButton</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
|
Reference in New Issue
Block a user