This file is indexed.

/usr/share/doc/python-gtk2-tutorial/html/ch-UndocumentedWidgets.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
4
5
6
7
8
9
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 17. Undocumented Widgets</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-UIManager.html" title="16.7. The UIManager"><link rel="next" href="sec-OptionMenu.html" title="17.2. Option Menu"></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 17. Undocumented Widgets</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sec-UIManager.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="sec-OptionMenu.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="ch-UndocumentedWidgets"></a>Chapter 17. Undocumented Widgets</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="ch-UndocumentedWidgets.html#sec-AccelLabel">17.1. Accel Label</a></span></dt><dt><span class="sect1"><a href="sec-OptionMenu.html">17.2. Option Menu</a></span></dt><dt><span class="sect1"><a href="sec-MenuItems.html">17.3. Menu Items</a></span></dt><dd><dl><dt><span class="sect2"><a href="sec-MenuItems.html#id3064019">17.3.1. Check Menu Item</a></span></dt><dt><span class="sect2"><a href="sec-MenuItems.html#id3167234">17.3.2. Radio Menu Item</a></span></dt><dt><span class="sect2"><a href="sec-MenuItems.html#id3167246">17.3.3. Separator Menu Item</a></span></dt><dt><span class="sect2"><a href="sec-MenuItems.html#id3161016">17.3.4. Tearoff Menu Item</a></span></dt></dl></dd><dt><span class="sect1"><a href="sec-Curves.html">17.4. Curves</a></span></dt><dt><span class="sect1"><a href="sec-MessageDialog.html">17.5. Message Dialog</a></span></dt><dt><span class="sect1"><a href="sec-GammaCurve.html">17.6. Gamma Curve</a></span></dt></dl></div><p>These all require authors! :) Please consider contributing to our
tutorial.</p><p>If you must use one of these widgets that are undocumented, I
strongly suggest you take a look at the *.c files in the PyGTK distribution.
PyGTK's method names are very descriptive. Once you have an understanding of
how things work, it's not difficult to figure out how to use a widget simply
by looking at its method definitions. This, along with a few examples from
others' code, and it should be no problem.</p><p>When you do come to understand all the methods of a new
undocumented widget, please consider writing a tutorial on it so others may
benefit from your time.</p><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sec-AccelLabel"></a>17.1. Accel Label</h2></div></div><div></div></div><p></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sec-UIManager.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-OptionMenu.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">16.7. The UIManager </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 17.2. Option Menu</td></tr></table></div></body></html>