This file is indexed.

/usr/share/gtk-doc/html/pygtk/class-gtkfileselection.html is in python-gtk2-doc 2.24.0-4.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gtk.FileSelection</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="gtk-class-reference.html" title="The gtk Class Reference"><link rel="prev" href="class-gtkfilefilter.html" title="gtk.FileFilter"><link rel="next" href="class-gtkfixed.html" title="gtk.Fixed"></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">gtk.FileSelection</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtkfilefilter.html">Prev</a> </td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkfixed.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gtk.FileSelection"><a name="class-gtkfileselection"></a><div class="titlepage"></div><div class="refnamediv"><h2>gtk.FileSelection</h2><p>gtk.FileSelection — a dialog used to prompt the user for a file or directory
    name</p></div><div class="refsect1" title="Synopsis"><a name="id3712959"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.FileSelection</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkdialog.html" title="gtk.Dialog">gtk.Dialog</a></span></span>):
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtkfileselection.html#constructor-gtkfileselection" title="Constructor">gtk.FileSelection</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</code></strong></span><span class="initializer">=None</span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--set-filename" title="gtk.FileSelection.set_filename">set_filename</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>filename</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--get-filename" title="gtk.FileSelection.get_filename">get_filename</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--complete" title="gtk.FileSelection.complete">complete</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>pattern</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--show-fileop-buttons" title="gtk.FileSelection.show_fileop_buttons">show_fileop_buttons</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--hide-fileop-buttons" title="gtk.FileSelection.hide_fileop_buttons">hide_fileop_buttons</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--get-selections" title="gtk.FileSelection.get_selections">get_selections</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--set-select-multiple" title="gtk.FileSelection.set_select_multiple">set_select_multiple</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>select_multiple</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkfileselection.html#method-gtkfileselection--get-select-multiple" title="gtk.FileSelection.get_select_multiple">get_select_multiple</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id3713203"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
  +-- <a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a>
    +-- <a class="link" href="class-gtkwidget.html" title="gtk.Widget">gtk.Widget</a>
      +-- <a class="link" href="class-gtkcontainer.html" title="gtk.Container">gtk.Container</a>
        +-- <a class="link" href="class-gtkbin.html" title="gtk.Bin">gtk.Bin</a>
          +-- <a class="link" href="class-gtkwindow.html" title="gtk.Window">gtk.Window</a>
            +-- <a class="link" href="class-gtkdialog.html" title="gtk.Dialog">gtk.Dialog</a>
              +-- <a class="link" href="class-gtkfileselection.html" title="gtk.FileSelection">gtk.FileSelection</a>
</pre></div><div class="refsect1" title="Implemented Interfaces"><a name="id3713267"></a><h2>Implemented Interfaces</h2><p>
			<a class="link" href="class-gtkfileselection.html" title="gtk.FileSelection"><code class="classname">gtk.FileSelection</code></a>
			implements 
			<a class="link" href="class-gtkbuildable.html" title="gtk.Buildable"><code class="classname">gtk.Buildable</code></a>
		</p></div><div class="refsect1" title="gtk.FileSelection Properties"><a name="properties-gtkfileselection"></a><h2>gtk.FileSelection Properties</h2><p><a class="link" href="class-gtkobject.html#properties-gtkobject" title="gtk.Object Properties">gtk.Object Properties</a></p><p><a class="link" href="class-gtkwidget.html#properties-gtkwidget" title="gtk.Widget Properties">gtk.Widget Properties</a></p><p><a class="link" href="class-gtkcontainer.html#properties-gtkcontainer" title="gtk.Container Properties">gtk.Container Properties</a></p><p><a class="link" href="class-gtkwindow.html#properties-gtkwindow" title="gtk.Window Properties">gtk.Window Properties</a></p><p><a class="link" href="class-gtkdialog.html#properties-gtkdialog" title="gtk.Dialog Properties">gtk.Dialog Properties</a></p><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col width="1in"><col width="1in"><col width="3.5in"></colgroup><tbody><tr valign="top"><td valign="top">"filename"</td><td valign="top">Read/Write</td><td valign="top">The currently selected filename.</td></tr><tr valign="top"><td valign="top">"select-multiple"</td><td valign="top">Read/Write</td><td valign="top">If <code class="literal">True</code> allow multiple files to be
	  selected.</td></tr><tr valign="top"><td valign="top">"show-fileops"</td><td valign="top">Read/Write</td><td valign="top">If <code class="literal">True</code> display the buttons for creating
          and manipulating files.</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" title="gtk.FileSelection Style Properties"><a name="style-properties-gtkfileselection"></a><h2>gtk.FileSelection Style Properties</h2><p><a class="link" href="class-gtkwidget.html#style-properties-gtkwidget" title="gtk.Widget Style Properties">gtk.Widget Style Properties</a></p><p><a class="link" href="class-gtkdialog.html#style-properties-gtkdialog" title="gtk.Dialog Style Properties">gtk.Dialog Style Properties</a></p></div><div class="refsect1" title="Attributes"><a name="id3713481"></a><h2>Attributes</h2><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table cellpadding="5" width="100%" border="0"><colgroup><col width="1in"><col width="1in"><col width="3.5in"></colgroup><tbody><tr valign="top"><td valign="top">"dir_list"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeView</code></a>
widget used to display the directories</td></tr><tr valign="top"><td valign="top">"file_list"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeView</code></a>
widget used to display the files.</td></tr><tr valign="top"><td valign="top">"selection_entry"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtkentry.html" title="gtk.Entry"><code class="classname">gtk.Entry</code></a> widget used
to display the current file selection</td></tr><tr valign="top"><td valign="top">"selection_text"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtklabel.html" title="gtk.Label"><code class="classname">gtk.Label</code></a> associated
with the selection entry.</td></tr><tr valign="top"><td valign="top">"main_vbox"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtkvbox.html" title="gtk.VBox"><code class="classname">gtk.VBox</code></a> widget that
holds all the widgets of the <a class="link" href="class-gtkfileselection.html" title="gtk.FileSelection"><code class="classname">gtk.FileSelection</code></a> 
dialog.</td></tr><tr valign="top"><td valign="top">"ok_button"</td><td valign="top">Read</td><td valign="top">The "OK" button.</td></tr><tr valign="top"><td valign="top">"cancel_button"</td><td valign="top">Read</td><td valign="top">The "Cancel" button.</td></tr><tr valign="top"><td valign="top">"history_pulldown"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtkoptionmenu.html" title="gtk.OptionMenu"><code class="classname">gtk.OptionMenu</code></a>
widget that provides the pulldown list of directory paths.</td></tr><tr valign="top"><td valign="top">"history_menu"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtkmenu.html" title="gtk.Menu"><code class="classname">gtk.Menu</code></a> part of the
<em class="parameter"><code>history_pulldown</code></em></td></tr><tr valign="top"><td valign="top">"fileop_dialog"</td><td valign="top">Read</td><td valign="top">The dialog box used to display the <a class="link" href="class-gtkfileselection.html" title="gtk.FileSelection"><code class="classname">gtk.FileSelection</code></a>. 
It can be customized by adding or removing widgets from it using the
standard <a class="link" href="class-gtkdialog.html" title="gtk.Dialog"><code class="classname">gtk.Dialog</code></a>
methods.</td></tr><tr valign="top"><td valign="top">"fileop_entry"</td><td valign="top">Read</td><td valign="top">The <a class="link" href="class-gtkentry.html" title="gtk.Entry"><code class="classname">gtk.Entry</code></a> in the
fileops dialog that is created when one of the fileops buttons is
clicked.</td></tr><tr valign="top"><td valign="top">"fileop_file"</td><td valign="top">Read</td><td valign="top">The name of the file to be operated on by the
fileops</td></tr><tr valign="top"><td valign="top">"fileop_c_dir"</td><td valign="top">Read</td><td valign="top">The "New Folder" fileops button.</td></tr><tr valign="top"><td valign="top">"fileop_del_file"</td><td valign="top">Read</td><td valign="top">The "Delete File" fileops button</td></tr><tr valign="top"><td valign="top">"fileop_ren_file"</td><td valign="top">Read</td><td valign="top">The "Rename File" fileops button</td></tr><tr valign="top"><td valign="top">"button_area"</td><td valign="top">Read</td><td valign="top">The fileops <a class="link" href="class-gtkbuttonbox.html" title="gtk.ButtonBox"><code class="classname">gtk.ButtonBox</code></a>.</td></tr><tr valign="top"><td valign="top">"action_area"</td><td valign="top">Read</td><td valign="top">A <a class="link" href="class-gtkhbox.html" title="gtk.HBox"><code class="classname">gtk.HBox</code></a> that can be
used by the application to add buttons, etc.</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" title="gtk.FileSelection Signal Prototypes"><a name="signal-prototypes-gtkfileselection"></a><h2>gtk.FileSelection Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><p><a class="link" href="class-gtkobject.html#signal-prototypes-gtkobject" title="gtk.Object Signal Prototypes">gtk.Object Signal Prototypes</a></p><p><a class="link" href="class-gtkwidget.html#signal-prototypes-gtkwidget" title="gtk.Widget Signal Prototypes">gtk.Widget Signal Prototypes</a></p><p><a class="link" href="class-gtkcontainer.html#signal-prototypes-gtkcontainer" title="gtk.Container Signal Prototypes">gtk.Container Signal Prototypes</a></p><p><a class="link" href="class-gtkwindow.html#signal-prototypes-gtkwindow" title="gtk.Window Signal Prototypes">gtk.Window Signal Prototypes</a></p><p><a class="link" href="class-gtkdialog.html#signal-prototypes-gtkdialog" title="gtk.Dialog Signal Prototypes">gtk.Dialog Signal Prototypes</a></p></div><div class="refsect1" title="Description"><a name="id3713998"></a><h2>Description</h2><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The <a class="link" href="class-gtkfileselection.html" title="gtk.FileSelection"><code class="classname">gtk.FileSelection</code></a> is
      deprecated and should not be used in newly-written code.</p></div><p>The <a class="link" href="class-gtkfileselection.html" title="gtk.FileSelection"><code class="classname">gtk.FileSelection</code></a> 
should be used to retrieve file or directory names from the user. It will
create a new dialog window containing a directory list, and a file list
corresponding to the current working directory. The filesystem can be
navigated using the directory list or the drop-down history menu.
Alternatively, the <span class="keycap"><strong>TAB</strong></span> key can be used to navigate using
filename completion - common in text based editors such as emacs and
jed.</p><p>File selection dialogs are created with a call to the <a class="link" href="class-gtkfileselection.html#constructor-gtkfileselection" title="Constructor"><code class="methodname">gtk.FileSelection</code>()</a> 
constructor.</p><p>The default filename can be set using the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--set-filename" title="gtk.FileSelection.set_filename"><code class="methodname">set_filename</code>()</a> 
method and the selected filename retrieved using the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--get-filename" title="gtk.FileSelection.get_filename"><code class="methodname">get_filename</code>()</a> 
method.</p><p>Use the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--complete" title="gtk.FileSelection.complete"><code class="methodname">complete</code>()</a> 
method to display files and directories that match a given pattern. This can
be used for example, to show only *.txt files, or only files beginning with
gtk*.</p><p>Simple file operations; create directory, delete file, and rename
file, are available from buttons at the top of the dialog. These can be
hidden using the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--hide-fileop-buttons" title="gtk.FileSelection.hide_fileop_buttons"><code class="methodname">hide_fileop_buttons</code>()</a> 
method and shown again using the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--show-fileop-buttons" title="gtk.FileSelection.show_fileop_buttons"><code class="methodname">show_fileop_buttons</code>()</a> 
method.</p></div><div class="refsect1" title="Constructor"><a name="constructor-gtkfileselection"></a><h2>Constructor</h2><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">gtk.FileSelection</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>title</code></strong></span><span class="initializer">=None</span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>title</code></strong> :</span></p></td><td>the text to be used as the title of the
fileselection dialog.</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a new fileselection dialog</td></tr></tbody></table><p>Creates a new file selection dialog. By default it will contain
<a class="link" href="class-gtktreeview.html" title="gtk.TreeView"><code class="classname">gtk.TreeViews</code></a>
displaying the application's current working directory, and its file
listing. File operation buttons that allow the user to create a directory,
delete files and rename files, are also present.</p></div><div class="refsect1" title="Methods"><a name="id3714218"></a><h2>Methods</h2><div class="refsect2" title="gtk.FileSelection.set_filename"><a name="method-gtkfileselection--set-filename"></a><h3>gtk.FileSelection.set_filename</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_filename</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>filename</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>filename</code></strong> :</span></p></td><td>a string to set as the default file
name.</td></tr></tbody></table><p>The <code class="methodname">set_filename</code>() method sets a
default path for the file requester. If <em class="parameter"><code>filename</code></em>
includes a directory path, then the fileselection will open with that path
as its current working directory.</p><p>Note the encoding of <em class="parameter"><code>filename</code></em> is the
on-disk encoding, which may not be UTF-8.</p></div><div class="refsect2" title="gtk.FileSelection.get_filename"><a name="method-gtkfileselection--get-filename"></a><h3>gtk.FileSelection.get_filename</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_filename</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>currently-selected filename in the on-disk
encoding</td></tr></tbody></table><p>The <code class="methodname">get_filename</code>() method returns the
selected filename in the on-disk encoding, which may or may not be the same
as that used by GTK (UTF-8). If no file is selected then the selected
directory path is returned.</p></div><div class="refsect2" title="gtk.FileSelection.complete"><a name="method-gtkfileselection--complete"></a><h3>gtk.FileSelection.complete</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">complete</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>pattern</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>pattern</code></strong> :</span></p></td><td>a string containing a pattern which may or may
not match any filenames in the current directory.</td></tr></tbody></table><p>The <code class="methodname">complete</code>() method will attempt to
match <em class="parameter"><code>pattern</code></em> to valid filenames or subdirectories in
the current directory. If a match can be made, the matched filename will
appear in the text entry field of the file selection dialog. If a partial
match can be made, the "Files" list will contain those file names which have
been partially matched, and the "Directories" list those directories which
have been partially matched.</p></div><div class="refsect2" title="gtk.FileSelection.show_fileop_buttons"><a name="method-gtkfileselection--show-fileop-buttons"></a><h3>gtk.FileSelection.show_fileop_buttons</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">show_fileop_buttons</span>(<span class="methodparam"></span>)</code></pre><p>The <code class="methodname">show_fileop_buttons</code>() method shows
the fileops buttons: "New Folder", "Delete File" and "Rename File".</p></div><div class="refsect2" title="gtk.FileSelection.hide_fileop_buttons"><a name="method-gtkfileselection--hide-fileop-buttons"></a><h3>gtk.FileSelection.hide_fileop_buttons</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">hide_fileop_buttons</span>(<span class="methodparam"></span>)</code></pre><p>The <code class="methodname">hide_fileop_buttons</code>() method hides
the fileops buttons: "New Folder", "Delete File" and "Rename File".</p></div><div class="refsect2" title="gtk.FileSelection.get_selections"><a name="method-gtkfileselection--get-selections"></a><h3>gtk.FileSelection.get_selections</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_selections</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a tuple containing the selected
files.</td></tr></tbody></table><p>The <code class="methodname">get_selections</code>() method retrieves a
tuple containing the file selections the user has made in the file selection
dialog. The first file in the list is equivalent to what the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--get-filename" title="gtk.FileSelection.get_filename"><code class="methodname">get_filename</code>()</a> 
method would return.</p></div><div class="refsect2" title="gtk.FileSelection.set_select_multiple"><a name="method-gtkfileselection--set-select-multiple"></a><h3>gtk.FileSelection.set_select_multiple</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_select_multiple</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>select_multiple</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>select_multiple</code></strong> :</span></p></td><td>If <code class="literal">True</code> the user is allowed
to select multiple files in the file list.</td></tr></tbody></table><p>The <code class="methodname">set_select_multiple</code>() method sets
the file list selection mode according to the value of
<em class="parameter"><code>select_multiple</code></em>. If
<em class="parameter"><code>select_multiple</code></em> is <code class="literal">True</code> the user
is allowed to select multiple files in the file list. Use the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--get-selections" title="gtk.FileSelection.get_selections"><code class="methodname">get_selections</code>()</a> 
method to retrieve the list of selected files.</p></div><div class="refsect2" title="gtk.FileSelection.get_select_multiple"><a name="method-gtkfileselection--get-select-multiple"></a><h3>gtk.FileSelection.get_select_multiple</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_select_multiple</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td><code class="literal">True</code> if the user is allowed
to select multiple files in the file list</td></tr></tbody></table><p>The <code class="methodname">get_select_multiple</code>() method
determines whether the user is allowed to make multiple file selection in
the file list. If the <code class="methodname">get_select_multiple</code>() method
returns <code class="literal">True</code> the user is allowed to select multiple files
in the file list. See the <a class="link" href="class-gtkfileselection.html#method-gtkfileselection--set-select-multiple" title="gtk.FileSelection.set_select_multiple"><code class="methodname">set_select_multiple</code>()</a> 
method.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gtkfilefilter.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="gtk-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-gtkfixed.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gtk.FileFilter </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gtk.Fixed</td></tr></table></div></body></html>