New upstream version 3.24.18
This commit is contained in:
@ -114,7 +114,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<span class="returnvalue">GdkSubpixelLayout</span>
|
||||
<a class="link" href="GdkMonitor.html#GdkSubpixelLayout" title="enum GdkSubpixelLayout"><span class="returnvalue">GdkSubpixelLayout</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GdkMonitor.html#gdk-monitor-get-subpixel-layout" title="gdk_monitor_get_subpixel_layout ()">gdk_monitor_get_subpixel_layout</a> <span class="c_punctuation">()</span>
|
||||
@ -148,7 +148,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">GdkRectangle</span> *</td>
|
||||
<a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GdkMonitor.html#GdkMonitor--geometry" title="The “geometry” property">geometry</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -180,7 +180,7 @@
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><span class="type">GdkSubpixelLayout</span></td>
|
||||
<td class="property_type"><a class="link" href="GdkMonitor.html#GdkSubpixelLayout" title="enum GdkSubpixelLayout"><span class="type">GdkSubpixelLayout</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GdkMonitor.html#GdkMonitor--subpixel-layout" title="The “subpixel-layout” property">subpixel-layout</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -191,7 +191,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type">
|
||||
<span class="type">GdkRectangle</span> *</td>
|
||||
<a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *</td>
|
||||
<td class="property_name"><a class="link" href="GdkMonitor.html#GdkMonitor--workarea" title="The “workarea” property">workarea</a></td>
|
||||
<td class="property_flags">Read</td>
|
||||
</tr>
|
||||
@ -223,11 +223,11 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name">GdkMonitor</td>
|
||||
<td class="function_name"><a class="link" href="GdkMonitor.html#GdkMonitor-struct" title="GdkMonitor">GdkMonitor</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword">enum</td>
|
||||
<td class="function_name">GdkSubpixelLayout</td>
|
||||
<td class="function_name"><a class="link" href="GdkMonitor.html#GdkSubpixelLayout" title="enum GdkSubpixelLayout">GdkSubpixelLayout</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -287,7 +287,7 @@ gdk_monitor_get_display (<em class="parameter"><code><a class="link" href="GdkMo
|
||||
<a name="gdk-monitor-get-geometry"></a><h3>gdk_monitor_get_geometry ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gdk_monitor_get_geometry (<em class="parameter"><code><a class="link" href="GdkMonitor.html" title="GdkMonitor"><span class="type">GdkMonitor</span></a> *monitor</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkRectangle</span> *geometry</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *geometry</code></em>);</pre>
|
||||
<p>Retrieves the size and position of an individual monitor within the
|
||||
display coordinate space. The returned geometry is in ”application pixels”,
|
||||
not in ”device pixels” (see <a class="link" href="GdkMonitor.html#gdk-monitor-get-scale-factor" title="gdk_monitor_get_scale_factor ()"><code class="function">gdk_monitor_get_scale_factor()</code></a>).</p>
|
||||
@ -307,7 +307,7 @@ not in ”device pixels” (see <a class="link" href="GdkMonitor.html#gdk-monito
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>geometry</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GdkRectangle</span> to be filled with the monitor geometry. </p></td>
|
||||
<td class="parameter_description"><p>a <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> to be filled with the monitor geometry. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -320,7 +320,7 @@ not in ”device pixels” (see <a class="link" href="GdkMonitor.html#gdk-monito
|
||||
<a name="gdk-monitor-get-workarea"></a><h3>gdk_monitor_get_workarea ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gdk_monitor_get_workarea (<em class="parameter"><code><a class="link" href="GdkMonitor.html" title="GdkMonitor"><span class="type">GdkMonitor</span></a> *monitor</code></em>,
|
||||
<em class="parameter"><code><span class="type">GdkRectangle</span> *workarea</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *workarea</code></em>);</pre>
|
||||
<p>Retrieves the size and position of the “work area” on a monitor
|
||||
within the display coordinate space. The returned geometry is in
|
||||
”application pixels”, not in ”device pixels” (see
|
||||
@ -347,7 +347,7 @@ available, or does not apply.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>workarea</p></td>
|
||||
<td class="parameter_description"><p>a <span class="type">GdkRectangle</span> to be filled with
|
||||
<td class="parameter_description"><p>a <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> to be filled with
|
||||
the monitor workarea. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
||||
</tr>
|
||||
@ -531,7 +531,7 @@ is returned as 60000.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gdk-monitor-get-subpixel-layout"></a><h3>gdk_monitor_get_subpixel_layout ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">GdkSubpixelLayout</span>
|
||||
<pre class="programlisting"><a class="link" href="GdkMonitor.html#GdkSubpixelLayout" title="enum GdkSubpixelLayout"><span class="returnvalue">GdkSubpixelLayout</span></a>
|
||||
gdk_monitor_get_subpixel_layout (<em class="parameter"><code><a class="link" href="GdkMonitor.html" title="GdkMonitor"><span class="type">GdkMonitor</span></a> *monitor</code></em>);</pre>
|
||||
<p>Gets information about the layout of red, green and blue
|
||||
primaries for each pixel in this monitor, if available.</p>
|
||||
@ -587,6 +587,74 @@ is primary</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GdkMonitor.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GdkMonitor-struct"></a><h3>GdkMonitor</h3>
|
||||
<pre class="programlisting">typedef struct _GdkMonitor GdkMonitor;</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GdkSubpixelLayout"></a><h3>enum GdkSubpixelLayout</h3>
|
||||
<p>This enumeration describes how the red, green and blue components
|
||||
of physical pixels on an output device are laid out.</p>
|
||||
<div class="refsect3">
|
||||
<a name="GdkSubpixelLayout.members"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="300px" class="enum_members_name">
|
||||
<col class="enum_members_description">
|
||||
<col width="200px" class="enum_members_annotations">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GDK-SUBPIXEL-LAYOUT-UNKNOWN:CAPS"></a>GDK_SUBPIXEL_LAYOUT_UNKNOWN</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The layout is not known</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GDK-SUBPIXEL-LAYOUT-NONE:CAPS"></a>GDK_SUBPIXEL_LAYOUT_NONE</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Not organized in this way</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GDK-SUBPIXEL-LAYOUT-HORIZONTAL-RGB:CAPS"></a>GDK_SUBPIXEL_LAYOUT_HORIZONTAL_RGB</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The layout is horizontal, the order is RGB</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GDK-SUBPIXEL-LAYOUT-HORIZONTAL-BGR:CAPS"></a>GDK_SUBPIXEL_LAYOUT_HORIZONTAL_BGR</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The layout is horizontal, the order is BGR</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GDK-SUBPIXEL-LAYOUT-VERTICAL-RGB:CAPS"></a>GDK_SUBPIXEL_LAYOUT_VERTICAL_RGB</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The layout is vertical, the order is RGB</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GDK-SUBPIXEL-LAYOUT-VERTICAL-BGR:CAPS"></a>GDK_SUBPIXEL_LAYOUT_VERTICAL_BGR</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>The layout is vertical, the order is BGR</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-22.html#api-index-3.22">3.22</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GdkMonitor.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GdkMonitor--display"></a><h3>The <code class="literal">“display”</code> property</h3>
|
||||
@ -598,7 +666,7 @@ is primary</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GdkMonitor--geometry"></a><h3>The <code class="literal">“geometry”</code> property</h3>
|
||||
<pre class="programlisting"> “geometry” <span class="type">GdkRectangle</span> *</pre>
|
||||
<pre class="programlisting"> “geometry” <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *</pre>
|
||||
<p>The geometry of the monitor.</p>
|
||||
<p>Owner: GdkMonitor</p>
|
||||
<p>Flags: Read</p>
|
||||
@ -654,7 +722,7 @@ is primary</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GdkMonitor--subpixel-layout"></a><h3>The <code class="literal">“subpixel-layout”</code> property</h3>
|
||||
<pre class="programlisting"> “subpixel-layout” <span class="type">GdkSubpixelLayout</span></pre>
|
||||
<pre class="programlisting"> “subpixel-layout” <a class="link" href="GdkMonitor.html#GdkSubpixelLayout" title="enum GdkSubpixelLayout"><span class="type">GdkSubpixelLayout</span></a></pre>
|
||||
<p>The subpixel layout.</p>
|
||||
<p>Owner: GdkMonitor</p>
|
||||
<p>Flags: Read</p>
|
||||
@ -673,7 +741,7 @@ is primary</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GdkMonitor--workarea"></a><h3>The <code class="literal">“workarea”</code> property</h3>
|
||||
<pre class="programlisting"> “workarea” <span class="type">GdkRectangle</span> *</pre>
|
||||
<pre class="programlisting"> “workarea” <a class="link" href="gdk3-Points-Rectangles-and-Regions.html#GdkRectangle" title="GdkRectangle"><span class="type">GdkRectangle</span></a> *</pre>
|
||||
<p>The workarea of the monitor.</p>
|
||||
<p>Owner: GdkMonitor</p>
|
||||
<p>Flags: Read</p>
|
||||
|
||||
Reference in New Issue
Block a user