~ubuntu-branches/ubuntu/natty/pygtk/natty-proposed

« back to all changes in this revision

Viewing changes to docs/html/pygtk-introduction.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-07 11:08:47 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100107110847-f5av7e1ttudh7ra6
Tags: 2.17.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Introduction</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="prev" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="next" href="pygtk-reference-format.html" title="Reference Page Format"></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">Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="pygtk-reference-format.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="pygtk-introduction"></a>Introduction</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="pygtk-introduction.html#id2687602">Major Changes since Version 1.9</a></span></dt><dt><span class="sect1"><a href="pygtk-reference-format.html">Reference Page Format</a></span></dt></dl></div><p>This document describes most of the <code class="literal">PyGTK</code> version
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Introduction</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="prev" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="next" href="pygtk-reference-format.html" title="Reference Page Format"></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">Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="pygtk-reference-format.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Introduction"><div class="titlepage"><div><div><h2 class="title"><a name="pygtk-introduction"></a>Introduction</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="pygtk-introduction.html#id2996845">Major Changes since Version 1.9</a></span></dt><dt><span class="sect1"><a href="pygtk-reference-format.html">Reference Page Format</a></span></dt></dl></div><p>This document describes most of the <code class="literal">PyGTK</code> version
2
2
  2.0 through 2.10 classes and their methods and associated
3
3
  functions. Deprecated classes, functions and methods have been
4
4
  specifically left out of this reference though classes that have become
8
8
  undoubtedly errors and omissions. If you discover any of these please file
9
9
  a bug report at <a class="ulink" href="http://bugzilla.gnome.org" target="_top">bugzilla.gnome.org</a> for the
10
10
  <code class="literal">pygtk</code> project. Specific areas that have not been
11
 
  documented include:</p><div class="itemizedlist"><ul type="disc"><li>The Cairo classes</li></ul></div><p>This reference describes the API for <code class="literal">PyGTK</code> as of
 
11
  documented include:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">The Cairo classes</li></ul></div><p>This reference describes the API for <code class="literal">PyGTK</code> as of
12
12
  version 2.9.0+ and assumes that the additional API changes for version
13
13
  2.10 may not be significant. There will undoubtedly be changes that are
14
14
  not reflected in this reference. The differences in the API between
53
53
        been exposed mostly because there isn't a full GObject interface to
54
54
        the underlying Pango data structures. It's also likely that the
55
55
        rendering capabilities require more performance that Python can
56
 
        provide.</td></tr></tbody></table><p>The <code class="literal">gobject</code> module is documented in the <PYGTKDOCLINK HREF="pygobject-reference">PyGObject Reference Manual</PYGTKDOCLINK>.</p><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2687602"></a>Major Changes since Version 1.9</h2></div></div></div><p>The major changes in this document since version 1.9
57
 
include:</p><div class="itemizedlist"><ul type="disc"><li><p>descriptions of new GTK+ 2.2 and 2.4 classes:</p><div class="itemizedlist"><ul type="circle"><li><PYGTKDOCLINK HREF="class-gobjectgboxed"><code class="classname">gobject.GBoxed</code></PYGTKDOCLINK></li><li><PYGTKDOCLINK HREF="class-gobjectgpointer"><code class="classname">gobject.GPointer</code></PYGTKDOCLINK></li><li><PYGTKDOCLINK HREF="class-gobjectginterface"><code class="classname">gobject.GInterface</code></PYGTKDOCLINK></li><li><PYGTKDOCLINK HREF="class-gobjectmaincontext"><code class="classname">gobject.MainContext</code></PYGTKDOCLINK></li><li><PYGTKDOCLINK HREF="class-gobjectmainloop"><code class="classname">gobject.MainLoop</code></PYGTKDOCLINK></li><li><a class="link" href="class-gtkaction.html" title="gtk.Action"><code class="classname">gtk.Action</code></a></li><li><a class="link" href="class-gtkactiongroup.html" title="gtk.ActionGroup"><code class="classname">gtk.ActionGroup</code></a></li><li><a class="link" href="class-gtkborder.html" title="gtk.Border"><code class="classname">gtk.Border</code></a></li><li><a class="link" href="class-gtkclipboard.html" title="gtk.Clipboard"><code class="classname">gtk.Clipboard</code></a></li><li><a class="link" href="class-gtkcolorbutton.html" title="gtk.ColorButton"><code class="classname">gtk.ColorButton</code></a></li><li><a class="link" href="class-gtkcombobox.html" title="gtk.ComboBox"><code class="classname">gtk.ComboBox</code></a></li><li><a class="link" href="class-gtkcomboboxentry.html" title="gtk.ComboBoxEntry"><code class="classname">gtk.ComboBoxEntry</code></a></li><li><a class="link" href="class-gtkentrycompletion.html" title="gtk.EntryCompletion"><code class="classname">gtk.EntryCompletion</code></a></li><li><a class="link" href="class-gtkexpander.html" title="gtk.Expander"><code class="classname">gtk.Expander</code></a></li><li><a class="link" href="class-gtkfilechooser.html" title="gtk.FileChooser"><code class="classname">gtk.FileChooser</code></a></li><li><a class="link" href="class-gtkfilechooserdialog.html" title="gtk.FileChooserDialog"><code class="classname">gtk.FileChooserDialog</code></a></li><li><a class="link" href="class-gtkfilechooserwidget.html" title="gtk.FileChooserWidget"><code class="classname">gtk.FileChooserWidget</code></a></li><li><a class="link" href="class-gtkfilefilter.html" title="gtk.FileFilter"><code class="classname">gtk.FileFilter</code></a></li><li><a class="link" href="class-gtkfontbutton.html" title="gtk.FontButton"><code class="classname">gtk.FontButton</code></a></li><li><a class="link" href="class-gtkiconinfo.html" title="gtk.IconInfo"><code class="classname">gtk.IconInfo</code></a></li><li><a class="link" href="class-gtkicontheme.html" title="gtk.IconTheme"><code class="classname">gtk.IconTheme</code></a></li><li><a class="link" href="class-gtkradioaction.html" title="gtk.RadioAction"><code class="classname">gtk.RadioAction</code></a></li><li><a class="link" href="class-gtkradiotoolbutton.html" title="gtk.RadioToolButton"><code class="classname">gtk.RadioToolButton</code></a></li><li><a class="link" href="class-gtkseparatortoolitem.html" title="gtk.SeparatorToolItem"><code class="classname">gtk.SeparatorToolItem</code></a></li><li><a class="link" href="class-gtktoggleaction.html" title="gtk.ToggleAction"><code class="classname">gtk.ToggleAction</code></a></li><li><a class="link" href="class-gtktoggletoolbutton.html" title="gtk.ToggleToolButton"><code class="classname">gtk.ToggleToolButton</code></a></li><li><a class="link" href="class-gtktoolbutton.html" title="gtk.ToolButton"><code class="classname">gtk.ToolButton</code></a></li><li><a class="link" href="class-gtktoolitem.html" title="gtk.ToolItem"><code class="classname">gtk.ToolItem</code></a></li><li><a class="link" href="class-gtktreemodelfilter.html" title="gtk.TreeModelFilter"><code class="classname">gtk.TreeModelFilter</code></a></li><li><a class="link" href="class-gtktreerowreference.html" title="gtk.TreeRowReference"><code class="classname">gtk.TreeRowReference</code></a></li><li><a class="link" href="class-gtkuimanager.html" title="gtk.UIManager"><code class="classname">gtk.UIManager</code></a></li><li><a class="link" href="class-gdkatom.html" title="gtk.gdk.Atom"><code class="classname">gtk.gdk.Atom</code></a></li><li><a class="link" href="class-gdkdisplay.html" title="gtk.gdk.Display"><code class="classname">gtk.gdk.Display</code></a></li><li><a class="link" href="class-gdkdisplaymanager.html" title="gtk.gdk.DisplayManager"><code class="classname">gtk.gdk.DisplayManager</code></a></li><li><a class="link" href="class-gdkscreen.html" title="gtk.gdk.Screen"><code class="classname">gtk.gdk.Screen</code></a></li><li><a class="link" href="class-pangofontsetsimple.html" title="pango.FontsetSimple"><code class="classname">pango.FontsetSimple</code></a></li></ul></div></li><li><p>Descriptions of new GTK+ 2.6 classes:</p><div class="itemizedlist"><ul type="circle"><li><a class="link" href="class-gtkaboutdialog.html" title="gtk.AboutDialog"><code class="classname">gtk.AboutDialog</code></a></li><li><a class="link" href="class-gtkcellrenderercombo.html" title="gtk.CellRendererCombo"><code class="classname">gtk.CellRendererCombo</code></a></li><li><a class="link" href="class-gtkcellrendererprogress.html" title="gtk.CellRendererProgress"><code class="classname">gtk.CellRendererProgress</code></a></li><li><a class="link" href="class-gtkcellview.html" title="gtk.CellView"><code class="classname">gtk.CellView</code></a></li><li><a class="link" href="class-gtkfilechooserbutton.html" title="gtk.FileChooserButton"><code class="classname">gtk.FileChooserButton</code></a></li><li><a class="link" href="class-gtkiconview.html" title="gtk.IconView"><code class="classname">gtk.IconView</code></a></li><li><a class="link" href="class-gtkmenutoolbutton.html" title="gtk.MenuToolButton"><code class="classname">gtk.MenuToolButton</code></a></li></ul></div></li><li><p>a reference page in each module chapter containing
58
 
descriptions of or links to all of the functions defined in a module.</p></li><li><p>a reference page in each module chapter containing
59
 
descriptions of all of the constants defined in a module.</p></li><li><p>additional methods, functions, properties and signals added
 
56
        provide.</td></tr></tbody></table><p>The <code class="literal">gobject</code> module is documented in the <PYGTKDOCLINK HREF="pygobject-reference">PyGObject Reference Manual</PYGTKDOCLINK>.</p><div class="sect1" title="Major Changes since Version 1.9"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2996845"></a>Major Changes since Version 1.9</h2></div></div></div><p>The major changes in this document since version 1.9
 
57
include:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>descriptions of new GTK+ 2.2 and 2.4 classes:</p><div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem"><PYGTKDOCLINK HREF="class-gobjectgboxed"><code class="classname">gobject.GBoxed</code></PYGTKDOCLINK></li><li class="listitem"><PYGTKDOCLINK HREF="class-gobjectgpointer"><code class="classname">gobject.GPointer</code></PYGTKDOCLINK></li><li class="listitem"><PYGTKDOCLINK HREF="class-gobjectginterface"><code class="classname">gobject.GInterface</code></PYGTKDOCLINK></li><li class="listitem"><PYGTKDOCLINK HREF="class-gobjectmaincontext"><code class="classname">gobject.MainContext</code></PYGTKDOCLINK></li><li class="listitem"><PYGTKDOCLINK HREF="class-gobjectmainloop"><code class="classname">gobject.MainLoop</code></PYGTKDOCLINK></li><li class="listitem"><a class="link" href="class-gtkaction.html" title="gtk.Action"><code class="classname">gtk.Action</code></a></li><li class="listitem"><a class="link" href="class-gtkactiongroup.html" title="gtk.ActionGroup"><code class="classname">gtk.ActionGroup</code></a></li><li class="listitem"><a class="link" href="class-gtkborder.html" title="gtk.Border"><code class="classname">gtk.Border</code></a></li><li class="listitem"><a class="link" href="class-gtkclipboard.html" title="gtk.Clipboard"><code class="classname">gtk.Clipboard</code></a></li><li class="listitem"><a class="link" href="class-gtkcolorbutton.html" title="gtk.ColorButton"><code class="classname">gtk.ColorButton</code></a></li><li class="listitem"><a class="link" href="class-gtkcombobox.html" title="gtk.ComboBox"><code class="classname">gtk.ComboBox</code></a></li><li class="listitem"><a class="link" href="class-gtkcomboboxentry.html" title="gtk.ComboBoxEntry"><code class="classname">gtk.ComboBoxEntry</code></a></li><li class="listitem"><a class="link" href="class-gtkentrycompletion.html" title="gtk.EntryCompletion"><code class="classname">gtk.EntryCompletion</code></a></li><li class="listitem"><a class="link" href="class-gtkexpander.html" title="gtk.Expander"><code class="classname">gtk.Expander</code></a></li><li class="listitem"><a class="link" href="class-gtkfilechooser.html" title="gtk.FileChooser"><code class="classname">gtk.FileChooser</code></a></li><li class="listitem"><a class="link" href="class-gtkfilechooserdialog.html" title="gtk.FileChooserDialog"><code class="classname">gtk.FileChooserDialog</code></a></li><li class="listitem"><a class="link" href="class-gtkfilechooserwidget.html" title="gtk.FileChooserWidget"><code class="classname">gtk.FileChooserWidget</code></a></li><li class="listitem"><a class="link" href="class-gtkfilefilter.html" title="gtk.FileFilter"><code class="classname">gtk.FileFilter</code></a></li><li class="listitem"><a class="link" href="class-gtkfontbutton.html" title="gtk.FontButton"><code class="classname">gtk.FontButton</code></a></li><li class="listitem"><a class="link" href="class-gtkiconinfo.html" title="gtk.IconInfo"><code class="classname">gtk.IconInfo</code></a></li><li class="listitem"><a class="link" href="class-gtkicontheme.html" title="gtk.IconTheme"><code class="classname">gtk.IconTheme</code></a></li><li class="listitem"><a class="link" href="class-gtkradioaction.html" title="gtk.RadioAction"><code class="classname">gtk.RadioAction</code></a></li><li class="listitem"><a class="link" href="class-gtkradiotoolbutton.html" title="gtk.RadioToolButton"><code class="classname">gtk.RadioToolButton</code></a></li><li class="listitem"><a class="link" href="class-gtkseparatortoolitem.html" title="gtk.SeparatorToolItem"><code class="classname">gtk.SeparatorToolItem</code></a></li><li class="listitem"><a class="link" href="class-gtktoggleaction.html" title="gtk.ToggleAction"><code class="classname">gtk.ToggleAction</code></a></li><li class="listitem"><a class="link" href="class-gtktoggletoolbutton.html" title="gtk.ToggleToolButton"><code class="classname">gtk.ToggleToolButton</code></a></li><li class="listitem"><a class="link" href="class-gtktoolbutton.html" title="gtk.ToolButton"><code class="classname">gtk.ToolButton</code></a></li><li class="listitem"><a class="link" href="class-gtktoolitem.html" title="gtk.ToolItem"><code class="classname">gtk.ToolItem</code></a></li><li class="listitem"><a class="link" href="class-gtktreemodelfilter.html" title="gtk.TreeModelFilter"><code class="classname">gtk.TreeModelFilter</code></a></li><li class="listitem"><a class="link" href="class-gtktreerowreference.html" title="gtk.TreeRowReference"><code class="classname">gtk.TreeRowReference</code></a></li><li class="listitem"><a class="link" href="class-gtkuimanager.html" title="gtk.UIManager"><code class="classname">gtk.UIManager</code></a></li><li class="listitem"><a class="link" href="class-gdkatom.html" title="gtk.gdk.Atom"><code class="classname">gtk.gdk.Atom</code></a></li><li class="listitem"><a class="link" href="class-gdkdisplay.html" title="gtk.gdk.Display"><code class="classname">gtk.gdk.Display</code></a></li><li class="listitem"><a class="link" href="class-gdkdisplaymanager.html" title="gtk.gdk.DisplayManager"><code class="classname">gtk.gdk.DisplayManager</code></a></li><li class="listitem"><a class="link" href="class-gdkscreen.html" title="gtk.gdk.Screen"><code class="classname">gtk.gdk.Screen</code></a></li><li class="listitem"><a class="link" href="class-pangofontsetsimple.html" title="pango.FontsetSimple"><code class="classname">pango.FontsetSimple</code></a></li></ul></div></li><li class="listitem"><p class="simpara">Descriptions of new GTK+ 2.6 classes:</p><div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem"><a class="link" href="class-gtkaboutdialog.html" title="gtk.AboutDialog"><code class="classname">gtk.AboutDialog</code></a></li><li class="listitem"><a class="link" href="class-gtkcellrenderercombo.html" title="gtk.CellRendererCombo"><code class="classname">gtk.CellRendererCombo</code></a></li><li class="listitem"><a class="link" href="class-gtkcellrendererprogress.html" title="gtk.CellRendererProgress"><code class="classname">gtk.CellRendererProgress</code></a></li><li class="listitem"><a class="link" href="class-gtkcellview.html" title="gtk.CellView"><code class="classname">gtk.CellView</code></a></li><li class="listitem"><a class="link" href="class-gtkfilechooserbutton.html" title="gtk.FileChooserButton"><code class="classname">gtk.FileChooserButton</code></a></li><li class="listitem"><a class="link" href="class-gtkiconview.html" title="gtk.IconView"><code class="classname">gtk.IconView</code></a></li><li class="listitem"><a class="link" href="class-gtkmenutoolbutton.html" title="gtk.MenuToolButton"><code class="classname">gtk.MenuToolButton</code></a></li></ul></div></li><li class="listitem"><p>a reference page in each module chapter containing
 
58
descriptions of or links to all of the functions defined in a module.</p></li><li class="listitem"><p>a reference page in each module chapter containing
 
59
descriptions of all of the constants defined in a module.</p></li><li class="listitem"><p>additional methods, functions, properties and signals added
60
60
        for GTK+ 2.2, GTK+ 2.4, GTK+ 2.6, PyGTK 2.2, PyGTK 2.4, PyGTK 2.6,
61
 
        PyGTK 2.8 and PyGTK 2.10.</p></li><li><p>Descriptions of new GTK+ 2.10 classes:</p><div class="itemizedlist"><ul type="circle"><li><a class="link" href="class-gtkassistant.html" title="gtk.Assistant"><code class="classname">gtk.Assistant</code></a></li><li><a class="link" href="class-gtkcellrendereraccel.html" title="gtk.CellRendererAccel"><code class="classname">gtk.CellRendererAccel</code></a></li><li><a class="link" href="class-gtkcellrendererspin.html" title="gtk.CellRendererSpin"><code class="classname">gtk.CellRendererSpin</code></a></li><li><a class="link" href="class-gtklinkbutton.html" title="gtk.LinkButton"><code class="classname">gtk.LinkButton</code></a></li><li><a class="link" href="class-gtkpagesetup.html" title="gtk.PageSetup"><code class="classname">gtk.PageSetup</code></a></li><li><a class="link" href="class-gtkpapersize.html" title="gtk.PaperSize"><code class="classname">gtk.PaperSize</code></a></li><li><a class="link" href="class-gtkprintcontext.html" title="gtk.PrintContext"><code class="classname">gtk.PrintContext</code></a></li><li><a class="link" href="class-gtkprintoperation.html" title="gtk.PrintOperation"><code class="classname">gtk.PrintOperation</code></a></li><li><a class="link" href="class-gtkprintoperationpreview.html" title="gtk.PrintOperationPreview"><code class="classname">gtk.PrintOperationPreview</code></a></li><li><a class="link" href="class-gtkprintsettings.html" title="gtk.PrintSettings"><code class="classname">gtk.PrintSettings</code></a></li><li><a class="link" href="class-gtkrecentchooserdialog.html" title="gtk.RecentChooserDialog"><code class="classname">gtk.RecentChooserDialog</code></a></li><li><a class="link" href="class-gtkrecentchoosermenu.html" title="gtk.RecentChooserMenu"><code class="classname">gtk.RecentChooserMenu</code></a></li><li><a class="link" href="class-gtkrecentchooserwidget.html" title="gtk.RecentChooserWidget"><code class="classname">gtk.RecentChooserWidget</code></a></li><li><a class="link" href="class-gtkrecentchooser.html" title="gtk.RecentChooser"><code class="classname">gtk.RecentChooser</code></a></li><li><a class="link" href="class-gtkrecentfilter.html" title="gtk.RecentFilter"><code class="classname">gtk.RecentFilter</code></a></li><li><a class="link" href="class-gtkrecentinfo.html" title="gtk.RecentInfo"><code class="classname">gtk.RecentInfo</code></a></li><li><a class="link" href="class-gtkrecentmanager.html" title="gtk.RecentManager"><code class="classname">gtk.RecentManager</code></a></li><li><a class="link" href="class-gtkstatusicon.html" title="gtk.StatusIcon"><code class="classname">gtk.StatusIcon</code></a></li></ul></div></li><li><p>new in PyGTK 2.10, the <a class="link" href="unixprint-class-reference.html" title="The gtkunixprint Class Reference">Unix print module
62
 
        gtkunixprint</a>.</p></li><li><p>documentation on the <a class="link" href="atk-class-reference.html" title="The atk Class Reference">Accessibilty Tool Kit
 
61
        PyGTK 2.8 and PyGTK 2.10.</p></li><li class="listitem"><p class="simpara">Descriptions of new GTK+ 2.10 classes:</p><div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem"><a class="link" href="class-gtkassistant.html" title="gtk.Assistant"><code class="classname">gtk.Assistant</code></a></li><li class="listitem"><a class="link" href="class-gtkcellrendereraccel.html" title="gtk.CellRendererAccel"><code class="classname">gtk.CellRendererAccel</code></a></li><li class="listitem"><a class="link" href="class-gtkcellrendererspin.html" title="gtk.CellRendererSpin"><code class="classname">gtk.CellRendererSpin</code></a></li><li class="listitem"><a class="link" href="class-gtklinkbutton.html" title="gtk.LinkButton"><code class="classname">gtk.LinkButton</code></a></li><li class="listitem"><a class="link" href="class-gtkpagesetup.html" title="gtk.PageSetup"><code class="classname">gtk.PageSetup</code></a></li><li class="listitem"><a class="link" href="class-gtkpapersize.html" title="gtk.PaperSize"><code class="classname">gtk.PaperSize</code></a></li><li class="listitem"><a class="link" href="class-gtkprintcontext.html" title="gtk.PrintContext"><code class="classname">gtk.PrintContext</code></a></li><li class="listitem"><a class="link" href="class-gtkprintoperation.html" title="gtk.PrintOperation"><code class="classname">gtk.PrintOperation</code></a></li><li class="listitem"><a class="link" href="class-gtkprintoperationpreview.html" title="gtk.PrintOperationPreview"><code class="classname">gtk.PrintOperationPreview</code></a></li><li class="listitem"><a class="link" href="class-gtkprintsettings.html" title="gtk.PrintSettings"><code class="classname">gtk.PrintSettings</code></a></li><li class="listitem"><a class="link" href="class-gtkrecentchooserdialog.html" title="gtk.RecentChooserDialog"><code class="classname">gtk.RecentChooserDialog</code></a></li><li class="listitem"><a class="link" href="class-gtkrecentchoosermenu.html" title="gtk.RecentChooserMenu"><code class="classname">gtk.RecentChooserMenu</code></a></li><li class="listitem"><a class="link" href="class-gtkrecentchooserwidget.html" title="gtk.RecentChooserWidget"><code class="classname">gtk.RecentChooserWidget</code></a></li><li class="listitem"><a class="link" href="class-gtkrecentchooser.html" title="gtk.RecentChooser"><code class="classname">gtk.RecentChooser</code></a></li><li class="listitem"><a class="link" href="class-gtkrecentfilter.html" title="gtk.RecentFilter"><code class="classname">gtk.RecentFilter</code></a></li><li class="listitem"><a class="link" href="class-gtkrecentinfo.html" title="gtk.RecentInfo"><code class="classname">gtk.RecentInfo</code></a></li><li class="listitem"><a class="link" href="class-gtkrecentmanager.html" title="gtk.RecentManager"><code class="classname">gtk.RecentManager</code></a></li><li class="listitem"><a class="link" href="class-gtkstatusicon.html" title="gtk.StatusIcon"><code class="classname">gtk.StatusIcon</code></a></li></ul></div></li><li class="listitem"><p>new in PyGTK 2.10, the <a class="link" href="unixprint-class-reference.html" title="The gtkunixprint Class Reference">Unix print module
 
62
        gtkunixprint</a>.</p></li><li class="listitem"><p>documentation on the <a class="link" href="atk-class-reference.html" title="The atk Class Reference">Accessibilty Tool Kit
63
63
        atk</a>.</p></li></ul></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="pygtk-reference-format.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">PyGTK 2.0 Reference Manual </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Reference Page Format</td></tr></table></div></body></html>