This file is indexed.

/usr/share/doc/python-gtk2-tutorial/html/ch-Scribble.html is in python-gtk2-tutorial 2.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 24. Scribble, A Simple Example Drawing Program</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1"><link rel="home" href="index.html" title="PyGTK 2.0 Tutorial"><link rel="up" href="index.html" title="PyGTK 2.0 Tutorial"><link rel="previous" href="sec-ExampleRcFile.html" title="23.3. Example rc file"><link rel="next" href="sec-EventHandling.html" title="24.2. Event Handling"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 24. Scribble, A Simple Example Drawing Program</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sec-ExampleRcFile.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="sec-EventHandling.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="ch-Scribble"></a>Chapter 24. Scribble, A Simple Example Drawing Program</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="ch-Scribble.html#sec-ScribbleOverview">24.1. Scribble Overview</a></span></dt><dt><span class="sect1"><a href="sec-EventHandling.html">24.2. Event Handling</a></span></dt><dd><dl><dt><span class="sect2"><a href="sec-EventHandling.html#id3096656">24.2.1. Scribble - Event Handling</a></span></dt></dl></dd><dt><span class="sect1"><a href="sec-DrawingAreaWidgetAndDrawing.html">24.3. The DrawingArea Widget, And Drawing</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sec-ScribbleOverview"></a>24.1. Scribble Overview</h2></div></div><div></div></div><p>In this section, we will build a simple drawing program. In the
process, we will examine how to handle mouse events, how to draw in a
window, and how to do drawing better by using a backing pixmap.</p><div class="figure"><a name="scribblesimplefig"></a><p class="title"><b>Figure 24.1. Scribble Drawing Program Example</b></p><div class="mediaobject" align="center"><img src="figures/scribblesimple.png" align="middle" alt="Scribble Drawing Program Example"></div></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sec-ExampleRcFile.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="sec-EventHandling.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">23.3. Example rc file </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 24.2. Event Handling</td></tr></table></div></body></html>