New upstream version 3.24.3
This commit is contained in:
@ -720,7 +720,7 @@ no default screen, then returns <code class="literal">NULL</code>. </p>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-settings-get-for-screen"></a><h3>gtk_settings_get_for_screen ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a> *
|
||||
gtk_settings_get_for_screen (<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>);</pre>
|
||||
gtk_settings_get_for_screen (<em class="parameter"><code><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
||||
<p>Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object for <em class="parameter"><code>screen</code></em>
|
||||
, creating it if necessary.</p>
|
||||
<div class="refsect3">
|
||||
@ -733,7 +733,7 @@ gtk_settings_get_for_screen (<em class="parameter"><code><span class="type">GdkS
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>screen</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GdkScreen</span>.</p></td>
|
||||
<td class="parameter_description"><p>a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>.</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -815,7 +815,7 @@ between 0 and 1.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>property_value</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GValue</span> which must hold <span class="type">GdkColor</span> values.</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GValue</span> which must hold <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a> values.</p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -825,7 +825,7 @@ between 0 and 1.</p>
|
||||
<a name="gtk-rc-property-parse-color.returns"></a><h4>Returns</h4>
|
||||
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>gstring</code></em>
|
||||
could be parsed and <em class="parameter"><code>property_value</code></em>
|
||||
has been set to the resulting <span class="type">GdkColor</span>.</p>
|
||||
has been set to the resulting <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
@ -1231,7 +1231,7 @@ the token parsed, or a GSTRING holding an unparsed statement</p></td>
|
||||
<a name="GtkSettings--color-hash"></a><h3>The <code class="literal">“color-hash”</code> property</h3>
|
||||
<pre class="programlisting"> “color-hash” <span class="type">GHashTable</span> *</pre>
|
||||
<p>Holds a hash table representation of the <a class="link" href="GtkSettings.html#GtkSettings--gtk-color-scheme" title="The “gtk-color-scheme” property"><span class="type">“gtk-color-scheme”</span></a>
|
||||
setting, mapping color names to <span class="type">GdkColors</span>.</p>
|
||||
setting, mapping color names to <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColors</span></a>.</p>
|
||||
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkSettings:color-hash</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
||||
@ -1355,7 +1355,7 @@ presses the mnemonic activator.</p>
|
||||
Color names must be acceptable as identifiers in the
|
||||
<a class="link" href="gtk3-Resource-Files.html" title="Resource Files">gtkrc</a> syntax, and
|
||||
color specifications must be in the format accepted by
|
||||
<code class="function">gdk_color_parse()</code>.</p>
|
||||
<a href="../html/gdk3-Colors.html#gdk-color-parse"><code class="function">gdk_color_parse()</code></a>.</p>
|
||||
<p>Note that due to the way the color tables from different sources are
|
||||
merged, color specifications will be converted to hexadecimal form
|
||||
when getting this property.</p>
|
||||
@ -1602,7 +1602,7 @@ last char. 600 is a good value for enabling it.</p>
|
||||
<pre class="programlisting"> “gtk-error-bell” <span class="type">gboolean</span></pre>
|
||||
<p>When <code class="literal">TRUE</code>, keyboard navigation and other input-related errors
|
||||
will cause a beep. Since the error bell is implemented using
|
||||
<code class="function">gdk_window_beep()</code>, the windowing system may offer ways to
|
||||
<a href="../html/gdk3-Windows.html#gdk-window-beep"><code class="function">gdk_window_beep()</code></a>, the windowing system may offer ways to
|
||||
configure the error bell in many ways, such as flashing the
|
||||
window or similar visual effects.</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -1731,7 +1731,7 @@ to be present on the used input device.</p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkSettings:gtk-keynav-cursor-only</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
||||
<p>Generally, the behavior for touchscreen input should be
|
||||
performed dynamically based on <code class="function">gdk_event_get_source_device()</code>.</p>
|
||||
performed dynamically based on <a href="../html/gdk3-Events.html#gdk-event-get-source-device"><code class="function">gdk_event_get_source_device()</code></a>.</p>
|
||||
</div>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: FALSE</p>
|
||||
@ -2190,7 +2190,7 @@ functionality.</p>
|
||||
<div class="warning">
|
||||
<p><code class="literal">GtkSettings:gtk-touchscreen-mode</code> has been deprecated since version 3.4. and should not be used in newly-written code.</p>
|
||||
<p>Generally, the behavior for touchscreen input should be
|
||||
performed dynamically based on <code class="function">gdk_event_get_source_device()</code>.</p>
|
||||
performed dynamically based on <a href="../html/gdk3-Events.html#gdk-event-get-source-device"><code class="function">gdk_event_get_source_device()</code></a>.</p>
|
||||
</div>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: FALSE</p>
|
||||
|
||||
Reference in New Issue
Block a user