2002-05-28 22:23:55 +00:00
|
|
|
<?xml version="1.0"?>
|
2008-09-06 09:47:18 +00:00
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
2002-11-21 20:19:01 +00:00
|
|
|
<!ENTITY version SYSTEM "version.xml">
|
1999-08-16 18:51:52 +00:00
|
|
|
]>
|
2008-09-06 09:47:18 +00:00
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
1999-08-16 18:51:52 +00:00
|
|
|
<bookinfo>
|
2016-10-07 10:19:07 +00:00
|
|
|
<title>GDK 4 Reference Manual</title>
|
2009-02-06 08:16:22 +00:00
|
|
|
<releaseinfo>
|
2017-04-03 16:27:50 +00:00
|
|
|
This document is for the GDK 4 library, version &version;.
|
2011-02-11 17:39:07 +00:00
|
|
|
The latest versions can be found online at
|
2017-04-03 17:06:51 +00:00
|
|
|
<ulink role="online-location" url="https://developer.gnome.org/gdk4/">https://developer.gnome.org/gdk4/</ulink>.
|
2017-04-03 16:27:50 +00:00
|
|
|
If you are looking for the older GDK 3 series of libraries,
|
2017-04-03 17:06:51 +00:00
|
|
|
see <ulink role="online-location" url="https://developer.gnome.org/gdk3/">https://developer.gnome.org/gdk3/</ulink>.
|
2009-02-06 08:16:22 +00:00
|
|
|
</releaseinfo>
|
1999-08-16 18:51:52 +00:00
|
|
|
</bookinfo>
|
|
|
|
|
2000-09-07 18:17:06 +00:00
|
|
|
<reference id="reference">
|
|
|
|
<title>API Reference</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/general.xml" />
|
|
|
|
<xi:include href="xml/gdkdisplaymanager.xml" />
|
2011-02-09 06:32:24 +00:00
|
|
|
<xi:include href="xml/gdkdisplay.xml" />
|
2015-11-26 18:47:38 +00:00
|
|
|
<xi:include href="xml/gdkseat.xml" />
|
2011-02-09 06:32:24 +00:00
|
|
|
<xi:include href="xml/gdkdevice.xml" />
|
2016-08-04 17:12:57 +00:00
|
|
|
<xi:include href="xml/gdkdevicepad.xml" />
|
2017-12-26 19:06:52 +00:00
|
|
|
<xi:include href="xml/gdkmonitor.xml" />
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/regions.xml" />
|
2017-11-05 03:47:02 +00:00
|
|
|
<xi:include href="xml/textures.xml" />
|
2010-10-21 13:23:48 +00:00
|
|
|
<xi:include href="xml/rgba_colors.xml" />
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/cursors.xml" />
|
|
|
|
<xi:include href="xml/windows.xml" />
|
2013-02-25 09:38:28 +00:00
|
|
|
<xi:include href="xml/gdkframeclock.xml" />
|
|
|
|
<xi:include href="xml/gdkframetimings.xml" />
|
2016-06-06 11:30:46 +00:00
|
|
|
<xi:include href="xml/gdkdrawingcontext.xml" />
|
2017-12-26 19:06:52 +00:00
|
|
|
<xi:include href="xml/gdkdrawcontext.xml" />
|
2014-10-09 08:45:44 +00:00
|
|
|
<xi:include href="xml/gdkglcontext.xml" />
|
2016-12-21 17:03:05 +00:00
|
|
|
<xi:include href="xml/gdkvulkancontext.xml" />
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/events.xml" />
|
|
|
|
<xi:include href="xml/keys.xml" />
|
2017-12-26 19:06:52 +00:00
|
|
|
<xi:include href="xml/gdkclipboard.xml" />
|
|
|
|
<xi:include href="xml/dnd.xml" />
|
2017-12-04 18:03:40 +00:00
|
|
|
<xi:include href="xml/gdkcontentformats.xml" />
|
|
|
|
<xi:include href="xml/gdkcontentprovider.xml" />
|
|
|
|
<xi:include href="xml/gdkcontentserializer.xml" />
|
|
|
|
<xi:include href="xml/gdkcontentdeserializer.xml" />
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/properties.xml" />
|
|
|
|
<xi:include href="xml/threads.xml" />
|
2017-12-25 21:40:47 +00:00
|
|
|
<xi:include href="xml/gdkapplaunchcontext.xml" />
|
|
|
|
<xi:include href="xml/pixbufs.xml" />
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/pango_interaction.xml" />
|
|
|
|
<xi:include href="xml/cairo_interaction.xml" />
|
|
|
|
<xi:include href="xml/x_interaction.xml" />
|
2013-03-20 15:40:26 +00:00
|
|
|
<xi:include href="xml/wayland_interaction.xml" />
|
2000-09-07 18:17:06 +00:00
|
|
|
</reference>
|
2003-06-16 23:19:37 +00:00
|
|
|
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-full">
|
|
|
|
<title>Index of all symbols</title>
|
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:36:29 +00:00
|
|
|
</index>
|
2008-09-06 09:47:18 +00:00
|
|
|
<index id="api-index-deprecated" role="deprecated">
|
2004-05-05 17:36:29 +00:00
|
|
|
<title>Index of deprecated symbols</title>
|
2008-09-06 09:47:18 +00:00
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:36:29 +00:00
|
|
|
</index>
|
2010-05-25 16:21:13 +00:00
|
|
|
<index id="api-index-3-0" role="3.0">
|
|
|
|
<title>Index of new symbols in 3.0</title>
|
|
|
|
<xi:include href="xml/api-index-3.0.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2011-08-29 17:16:14 +00:00
|
|
|
<index id="api-index-3-2" role="3.2">
|
|
|
|
<title>Index of new symbols in 3.2</title>
|
|
|
|
<xi:include href="xml/api-index-3.2.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2011-10-02 14:20:48 +00:00
|
|
|
<index id="api-index-3-4" role="3.4">
|
|
|
|
<title>Index of new symbols in 3.4</title>
|
|
|
|
<xi:include href="xml/api-index-3.4.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2012-04-30 19:33:49 +00:00
|
|
|
<index id="api-index-3-6" role="3.6">
|
|
|
|
<title>Index of new symbols in 3.6</title>
|
|
|
|
<xi:include href="xml/api-index-3.6.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2013-02-25 09:44:29 +00:00
|
|
|
<index id="api-index-3-8" role="3.8">
|
|
|
|
<title>Index of new symbols in 3.8</title>
|
|
|
|
<xi:include href="xml/api-index-3.8.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2013-05-27 19:17:25 +00:00
|
|
|
<index id="api-index-3-10" role="3.10">
|
|
|
|
<title>Index of new symbols in 3.10</title>
|
|
|
|
<xi:include href="xml/api-index-3.10.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2013-11-09 05:00:16 +00:00
|
|
|
<index id="api-index-3-12" role="3.12">
|
|
|
|
<title>Index of new symbols in 3.12</title>
|
|
|
|
<xi:include href="xml/api-index-3.12.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2014-05-21 23:02:52 +00:00
|
|
|
<index id="api-index-3-14" role="3.14">
|
|
|
|
<title>Index of new symbols in 3.14</title>
|
|
|
|
<xi:include href="xml/api-index-3.14.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2014-10-22 03:56:17 +00:00
|
|
|
<index id="api-index-3-16" role="3.16">
|
|
|
|
<title>Index of new symbols in 3.16</title>
|
|
|
|
<xi:include href="xml/api-index-3.16.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2015-09-15 05:30:36 +00:00
|
|
|
<index id="api-index-3-18" role="3.18">
|
|
|
|
<title>Index of new symbols in 3.18</title>
|
|
|
|
<xi:include href="xml/api-index-3.18.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2015-10-25 18:35:33 +00:00
|
|
|
<index id="api-index-3-20" role="3.20">
|
|
|
|
<title>Index of new symbols in 3.20</title>
|
|
|
|
<xi:include href="xml/api-index-3.20.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2016-04-04 03:33:57 +00:00
|
|
|
<index id="api-index-3-22" role="3.22">
|
|
|
|
<title>Index of new symbols in 3.22</title>
|
|
|
|
<xi:include href="xml/api-index-3.22.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2009-12-18 02:42:41 +00:00
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
</book>
|