~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/gtkfilechooser-installing-preview.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 11:15:05 UTC
  • mto: (72.1.1 lenny) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20070917111505-giz9c5xltxkb5y54
Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>Installing a Preview widget</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="GTK+ Reference Manual">
8
8
<link rel="up" href="gtk-migrating-GtkFileChooser.html" title="Migrating from GtkFileSelection to GtkFileChooser">
9
9
<link rel="prev" href="gtkfilechooser-selection-modes.html" title="Selection Modes">
10
10
<link rel="next" href="gtkfilechooser-installing-extra-widgets.html" title="Installing Extra Widgets">
11
 
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="gtk.html" title="Part&#160;I.&#160;GTK+ Overview">
14
14
<link rel="part" href="gtkbase.html" title="Part&#160;II.&#160;GTK+ Core Reference">
73
73
<p>
74
74
      Many applications need to have a preview facility within their
75
75
      file chooser dialogs.  Previous to GTK+ 2.4, one needed to
76
 
      access the <a href="GtkFileSelection.html" title="GtkFileSelection"><span class="type">GtkFileSelection</span></a> widget hierarchy directly to hook in 
77
 
      a preview widget.  With <a href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>, there is a
 
76
      access the <a class="link" href="GtkFileSelection.html" title="GtkFileSelection"><span class="type">GtkFileSelection</span></a> widget hierarchy directly to hook in 
 
77
      a preview widget.  With <a class="link" href="GtkFileChooser.html" title="GtkFileChooser"><span class="type">GtkFileChooser</span></a>, there is a
78
78
      dedicated API to do this.
79
79
    </p>
80
80
<p>
81
 
      Please see the <a href="GtkFileChooser.html#gtkfilechooser-preview" title="Adding a Preview Widget">section on
 
81
      Please see the <a class="link" href="GtkFileChooser.html#gtkfilechooser-preview" title="Adding a Preview Widget">section on
82
82
      creating preview widgets</a> for more information.
83
83
    </p>
84
84
</div>