/usr/share/doc/libgtk-3-doc/gdk3/index.html is in libgtk-3-doc 3.4.2-0ubuntu0.9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GDK 3 Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="GDK 3 Reference Manual">
<link rel="next" href="reference.html" title="API Reference">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GDK 3 Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
This document is for the GDK 3 library, version 3.4.2
The latest versions can be found online at
<a class="ulink" href="http://developer.gnome.org/devel/gdk3/" target="_top">http://developer.gnome.org/devel/gdk3/</a>.
If you are looking for the older GDK 2 series of libraries,
see <a class="ulink" href="http://developer.gnome.org/devel/gdk/" target="_top">http://developer.gnome.org/devel/gdk/</a>.
</p></div>
</div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="reference"><a href="reference.html">I. API Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gdk3-General.html">General</a></span><span class="refpurpose"> — Library initialization and miscellaneous functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GdkDisplayManager.html">GdkDisplayManager</a></span><span class="refpurpose"> — Maintains a list of all open GdkDisplays</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GdkDisplay.html">GdkDisplay</a></span><span class="refpurpose"> — Controls a set of GdkScreens and their associated input devices</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GdkScreen.html">GdkScreen</a></span><span class="refpurpose"> — Object representing a physical screen</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GdkDeviceManager.html">GdkDeviceManager</a></span><span class="refpurpose"> — Functions for handling input devices</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GdkDevice.html">GdkDevice</a></span><span class="refpurpose"> — Object representing an input device</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Points-Rectangles-and-Regions.html">Points and Rectangles</a></span><span class="refpurpose"> — Simple graphical data types</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Pixbufs.html">Pixbufs</a></span><span class="refpurpose"> — Functions for obtaining pixbufs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Colors.html">Colors</a></span><span class="refpurpose"> — Manipulation of colors</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-RGBA-Colors.html">RGBA Colors</a></span><span class="refpurpose"> — RGBA colors</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Visuals.html">Visuals</a></span><span class="refpurpose"> — Low-level display hardware information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Cursors.html">Cursors</a></span><span class="refpurpose"> — Standard and pixmap cursors</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Windows.html">Windows</a></span><span class="refpurpose"> — Onscreen display areas in the target window system</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Events.html">Events</a></span><span class="refpurpose"> — Functions for handling events from the window system</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Event-Structures.html">Event Structures</a></span><span class="refpurpose"> — Data structures specific to each type of event</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Keyboard-Handling.html">Key Values</a></span><span class="refpurpose"> — Functions for manipulating keyboard codes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Selections.html">Selections</a></span><span class="refpurpose"> — Functions for transfering data via the X selection mechanism</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Drag-and-Drop.html">Drag And Drop</a></span><span class="refpurpose"> — Functions for controlling drag and drop handling</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Properties-and-Atoms.html">Properties and Atoms</a></span><span class="refpurpose"> — Functions to manipulate properties on windows</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Threads.html">Threads</a></span><span class="refpurpose"> — Functions for using GDK in multi-threaded programs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Pango-Interaction.html">Pango Interaction</a></span><span class="refpurpose"> — Using Pango in GDK</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Cairo-Interaction.html">Cairo Interaction</a></span><span class="refpurpose"> — Functions to support using cairo</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-X-Window-System-Interaction.html">X Window System Interaction</a></span><span class="refpurpose"> — X backend-specific functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gdk3-Application-launching.html">Application launching</a></span><span class="refpurpose"> — Startup notification for applications</span>
</dt>
</dl></dd>
<dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="api-index-3-0.html">Index of new symbols in 3.0</a></span></dt>
<dt><span class="index"><a href="api-index-3-2.html">Index of new symbols in 3.2</a></span></dt>
<dt><span class="index"><a href="api-index-3-4.html">Index of new symbols in 3.4</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|