Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 404d46ca9bb341d7a0e7e04bc69da9df > files > 877

ghc-gtk-devel-0.12.0-4.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Graphics.UI.Gtk.Recent.RecentChooser</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Graphics-UI-Gtk-Recent-RecentChooser.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">gtk-0.12.0: Binding to the Gtk+ graphical user interface library.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable (depends on GHC)</td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Maintainer</th><td>gtk2hs-users@lists.sourceforge.net</td></tr></table><p class="caption">Graphics.UI.Gtk.Recent.RecentChooser</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Detail
</a></li><li><a href="#g:2">Class Hierarchy
</a></li><li><a href="#g:3">Types
</a></li><li><a href="#g:4">Enums
</a></li><li><a href="#g:5">Methods
</a></li><li><a href="#g:6">Attributes
</a></li><li><a href="#g:7">Signals
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Interface implemented by widgets displaying recently used files
</p><ul><li> Module available since Gtk+ version 2.10
</li></ul></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span>  <a href="#t:RecentChooser">RecentChooser</a> </li><li class="src short"><span class="keyword">class</span> <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> o =&gt; <a href="#t:RecentChooserClass">RecentChooserClass</a> o </li><li class="src short"><a href="#v:castToRecentChooser">castToRecentChooser</a> :: <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> obj =&gt; obj -&gt; <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></li><li class="src short"><a href="#v:toRecentChooser">toRecentChooser</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> o =&gt; o -&gt; <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></li><li class="src short"><span class="keyword">data</span>  <a href="#t:RecentChooserError">RecentChooserError</a> <ul class="subs"><li>= <a href="#v:RecentChooserErrorNotFound">RecentChooserErrorNotFound</a>  </li><li>| <a href="#v:RecentChooserErrorInvalidUri">RecentChooserErrorInvalidUri</a>  </li></ul></li><li class="src short"><span class="keyword">data</span>  <a href="#t:RecentSortType">RecentSortType</a> <ul class="subs"><li>= <a href="#v:RecentSortNone">RecentSortNone</a>  </li><li>| <a href="#v:RecentSortMru">RecentSortMru</a>  </li><li>| <a href="#v:RecentSortLru">RecentSortLru</a>  </li><li>| <a href="#v:RecentSortCustom">RecentSortCustom</a>  </li></ul></li><li class="src short"><a href="#v:recentChooserSetSortFunc">recentChooserSetSortFunc</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Maybe.html#t:Maybe">Maybe</a> (<a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Int.html#t:Int">Int</a>) -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:recentChooserSetCurrentURI">recentChooserSetCurrentURI</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserGetCurrentURI">recentChooserGetCurrentURI</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a></li><li class="src short"><a href="#v:recentChooserGetCurrentItem">recentChooserGetCurrentItem</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></li><li class="src short"><a href="#v:recentChooserSelectURI">recentChooserSelectURI</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserUnselectURI">recentChooserUnselectURI</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:recentChooserSelectAll">recentChooserSelectAll</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:recentChooserUnselectAll">recentChooserUnselectAll</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:recentChooserGetItems">recentChooserGetItems</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> [<a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a>]</li><li class="src short"><a href="#v:recentChooserGetURIs">recentChooserGetURIs</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> [<a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a>]</li><li class="src short"><a href="#v:recentChooserAddFilter">recentChooserAddFilter</a> :: (<a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self, <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilterClass">RecentFilterClass</a> filter) =&gt; self -&gt; filter -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:recentChooserRemoveFilter">recentChooserRemoveFilter</a> :: (<a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self, <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilterClass">RecentFilterClass</a> filter) =&gt; self -&gt; filter -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></li><li class="src short"><a href="#v:recentChooserListFilters">recentChooserListFilters</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> [<a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a>]</li><li class="src short"><a href="#v:recentChooserShowPrivate">recentChooserShowPrivate</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserShowTips">recentChooserShowTips</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserShowIcons">recentChooserShowIcons</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserShowNotFound">recentChooserShowNotFound</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserSelectMultiple">recentChooserSelectMultiple</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserLocalOnly">recentChooserLocalOnly</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentChooserLimit">recentChooserLimit</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Int.html#t:Int">Int</a></li><li class="src short"><a href="#v:recentChooserSortType">recentChooserSortType</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentSortType">RecentSortType</a></li><li class="src short"><a href="#v:recentChooserFilter">recentChooserFilter</a> :: (<a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self, <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilterClass">RecentFilterClass</a> recentFilter) =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:ReadWriteAttr">ReadWriteAttr</a> self <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a> recentFilter</li><li class="src short"><a href="#v:recentChooserSelectionChanged">recentChooserSelectionChanged</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Signals.html#t:Signal">Signal</a> self (<a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a>)</li><li class="src short"><a href="#v:recentChooserItemActivated">recentChooserItemActivated</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Signals.html#t:Signal">Signal</a> self (<a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a>)</li></ul></div><div id="interface"><h1 id="g:1">Detail
</h1><div class="doc"><p><code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></code> is an interface that can be implemented by widgets
 displaying the list of recently used files. In Gtk+, the main objects that
 implement this interface are <code><a href="Graphics-UI-Gtk-Recent-RecentChooserWidget.html#t:RecentChooserWidget">RecentChooserWidget</a></code>, <code>RecentChooserDialog</code>
 and <code><a href="Graphics-UI-Gtk-Recent-RecentChooserMenu.html#t:RecentChooserMenu">RecentChooserMenu</a></code>.
</p><p>Recently used files are supported since Gtk+ 2.10.
</p></div><h1 id="g:2">Class Hierarchy
</h1><div class="doc"><pre>
 | <code>GInterface</code>
 | +----RecentChooser
</pre></div><h1 id="g:3">Types
</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:RecentChooser" class="def">RecentChooser</a>  <a href="src/Graphics-UI-Gtk-Types.html#RecentChooser" class="link">Source</a></p><div class="subs instances"><p id="control.i:RecentChooser" class="caption collapser" onclick="toggleSection('i:RecentChooser')">Instances</p><div id="section.i:RecentChooser" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> o =&gt; <a name="t:RecentChooserClass" class="def">RecentChooserClass</a> o <a href="src/Graphics-UI-Gtk-Types.html#RecentChooserClass" class="link">Source</a></p><div class="subs instances"><p id="control.i:RecentChooserClass" class="caption collapser" onclick="toggleSection('i:RecentChooserClass')">Instances</p><div id="section.i:RecentChooserClass" class="show"><table><tr><td class="src"><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:castToRecentChooser" class="def">castToRecentChooser</a> :: <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> obj =&gt; obj -&gt; <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a><a href="src/Graphics-UI-Gtk-Types.html#castToRecentChooser" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:toRecentChooser" class="def">toRecentChooser</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> o =&gt; o -&gt; <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a><a href="src/Graphics-UI-Gtk-Types.html#toRecentChooser" class="link">Source</a></p></div><h1 id="g:4">Enums
</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:RecentChooserError" class="def">RecentChooserError</a>  <a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#RecentChooserError" class="link">Source</a></p><div class="doc"><p>These identify the various errors that can occur while calling <code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></code> functions.
</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:RecentChooserErrorNotFound" class="def">RecentChooserErrorNotFound</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RecentChooserErrorInvalidUri" class="def">RecentChooserErrorInvalidUri</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:RecentChooserError" class="caption collapser" onclick="toggleSection('i:RecentChooserError')">Instances</p><div id="section.i:RecentChooserError" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Prelude.html#t:Bounded">Bounded</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserError">RecentChooserError</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Prelude.html#t:Enum">Enum</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserError">RecentChooserError</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserError">RecentChooserError</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Text-Show.html#t:Show">Show</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserError">RecentChooserError</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:RecentSortType" class="def">RecentSortType</a>  <a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#RecentSortType" class="link">Source</a></p><div class="doc"><p>Used to specify the sorting method to be applyed to the recently used resource list.
</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:RecentSortNone" class="def">RecentSortNone</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RecentSortMru" class="def">RecentSortMru</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RecentSortLru" class="def">RecentSortLru</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:RecentSortCustom" class="def">RecentSortCustom</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:RecentSortType" class="caption collapser" onclick="toggleSection('i:RecentSortType')">Instances</p><div id="section.i:RecentSortType" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Prelude.html#t:Bounded">Bounded</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentSortType">RecentSortType</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Prelude.html#t:Enum">Enum</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentSortType">RecentSortType</a></td><td class="doc"><p>Sets the comparison function used when sorting to be <code>sortFunc</code>. If the
 <code>chooser</code> has the sort type set to <code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#v:RecentSortCustom">RecentSortCustom</a></code> then the chooser will
 sort using this function.
</p><p>To the comparison function will be passed two <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code> structs and <code>sortData</code>; <code>sortFunc</code> should return a positive
 integer if the first item comes before the second, zero if the two items are
 equal and a negative integer if the first item comes after the second.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentSortType">RecentSortType</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Text-Show.html#t:Show">Show</a> <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentSortType">RecentSortType</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><h1 id="g:5">Methods
</h1><div class="top"><p class="src"><a name="v:recentChooserSetSortFunc" class="def">recentChooserSetSortFunc</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Maybe.html#t:Maybe">Maybe</a> (<a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Int.html#t:Int">Int</a>) -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserSetSortFunc" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:recentChooserSetCurrentURI" class="def">recentChooserSetCurrentURI</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserSetCurrentURI" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a></td><td class="doc"><p><code>uri</code> - a URI
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code>True</code> if the URI was found.
</p></td></tr></table></div><div class="doc"><p>Sets <code>uri</code> as the current URI for <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserGetCurrentURI" class="def">recentChooserGetCurrentURI</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserGetCurrentURI" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a></td><td class="doc"><p>returns a newly string holding a URI.
</p></td></tr></table></div><div class="doc"><p>Gets the URI currently selected by <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserGetCurrentItem" class="def">recentChooserGetCurrentItem</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserGetCurrentItem" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc"><p>returns a <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code>.
 Use <code>recentInfoUnref</code> when when you have finished
 using it.
</p></td></tr></table></div><div class="doc"><p>Gets the <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code> currently selected by
 <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserSelectURI" class="def">recentChooserSelectURI</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserSelectURI" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a></td><td class="doc"><p><code>uri</code> - a URI
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code>True</code> if <code>uri</code> was found.
</p></td></tr></table></div><div class="doc"><p>Selects <code>uri</code> inside <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserUnselectURI" class="def">recentChooserUnselectURI</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserUnselectURI" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a></td><td class="doc"><p><code>uri</code> - a URI
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Unselects <code>uri</code> inside <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserSelectAll" class="def">recentChooserSelectAll</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserSelectAll" class="link">Source</a></p><div class="doc"><p>Selects all the items inside <code>chooser</code>, if the <code>chooser</code> supports
 multiple selection.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserUnselectAll" class="def">recentChooserUnselectAll</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserUnselectAll" class="link">Source</a></p><div class="doc"><p>Unselects all the items inside <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserGetItems" class="def">recentChooserGetItems</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserGetItems" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> [<a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a>]</td><td class="doc"><p>returns A list of <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code> objects.
</p></td></tr></table></div><div class="doc"><p>Gets the list of recently used resources in form of <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code>
</p><p>The return value of this function is affected by the &quot;sort-type&quot; and
 &quot;limit&quot; properties of <code>chooser</code>.
</p></div></div><div class="top"><p class="src"><a name="v:recentChooserGetURIs" class="def">recentChooserGetURIs</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; self -&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> [<a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Char.html#t:String">String</a>]<a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserGetURIs" class="link">Source</a></p><div class="doc"><p>Gets the URI of the recently used resources.
</p><p>The return value of this function is affected by the &quot;sort-type&quot; and
 &quot;limit&quot; properties of <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserAddFilter" class="def">recentChooserAddFilter</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserAddFilter" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: (<a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self, <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilterClass">RecentFilterClass</a> filter)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; filter</td><td class="doc"><p><code>filter</code> - a <code><a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a></code>
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Adds <code>filter</code> to the list of <code><a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a></code> objects held by <code>chooser</code>.
</p><p>If no previous filter objects were defined, this function will call
 <code>recentChooserSetFilter</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserRemoveFilter" class="def">recentChooserRemoveFilter</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserRemoveFilter" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: (<a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self, <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilterClass">RecentFilterClass</a> filter)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; filter</td><td class="doc"><p><code>filter</code> - a <code><a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a></code>
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Removes <code>filter</code> from the list of <code><a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a></code> objects held by
 <code>chooser</code>.
</p></div></div><div class="top"><p class="src"><a name="v:recentChooserListFilters" class="def">recentChooserListFilters</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserListFilters" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; self</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> [<a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a>]</td><td class="doc"><p>returns A singly linked list of <code><a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a></code>.
</p></td></tr></table></div><div class="doc"><p>Gets the <code><a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a></code> objects held by <code>chooser</code>.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><h1 id="g:6">Attributes
</h1><div class="top"><p class="src"><a name="v:recentChooserShowPrivate" class="def">recentChooserShowPrivate</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserShowPrivate" class="link">Source</a></p><div class="doc"><p>Whether the private items should be displayed.
</p><p>Default value: <code><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#v:False">False</a></code>
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserShowTips" class="def">recentChooserShowTips</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserShowTips" class="link">Source</a></p><div class="doc"><p>Whether this <code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></code> should display a tooltip containing the full path of the recently used
 resources.
</p><p>Default value: <code><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#v:False">False</a></code>
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserShowIcons" class="def">recentChooserShowIcons</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserShowIcons" class="link">Source</a></p><div class="doc"><p>Whether this <code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></code> should display an icon near the item.
</p><p>Default value: <code><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#v:True">True</a></code>
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserShowNotFound" class="def">recentChooserShowNotFound</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserShowNotFound" class="link">Source</a></p><div class="doc"><p>Whether this <code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></code> should display the recently used resources even if not present
 anymore. Setting this to <code><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#v:False">False</a></code> will perform a potentially expensive check on every local resource
 (every remote resource will always be displayed).
</p><p>Default value: <code><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#v:True">True</a></code>
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserSelectMultiple" class="def">recentChooserSelectMultiple</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserSelectMultiple" class="link">Source</a></p><div class="doc"><p>Allow the user to select multiple resources.
</p><p>Default value: <code><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#v:False">False</a></code>
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserLocalOnly" class="def">recentChooserLocalOnly</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#t:Bool">Bool</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserLocalOnly" class="link">Source</a></p><div class="doc"><p>Whether this <code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></code> should display only local (file:) resources.
</p><p>Default value: <code><a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Bool.html#v:True">True</a></code>
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserLimit" class="def">recentChooserLimit</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/Data-Int.html#t:Int">Int</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserLimit" class="link">Source</a></p><div class="doc"><p>The maximum number of recently used resources to be displayed, or -1 to display all items. By
 default, the <code>Setting</code>:gtk-recent-files-limit setting is respected: you can override that limit on
 a particular instance of <code><a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooser">RecentChooser</a></code> by setting this property.
</p><p>Allowed values: &gt;= <code>GMaxulong</code>
</p><p>Default value: -1
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserSortType" class="def">recentChooserSortType</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:Attr">Attr</a> self <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentSortType">RecentSortType</a><a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserSortType" class="link">Source</a></p><div class="doc"><p>Sorting order to be used when displaying the recently used resources.
</p><p>Default value: ''RecentSortNone''
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserFilter" class="def">recentChooserFilter</a> :: (<a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self, <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilterClass">RecentFilterClass</a> recentFilter) =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Attributes.html#t:ReadWriteAttr">ReadWriteAttr</a> self <a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a> recentFilter<a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserFilter" class="link">Source</a></p><div class="doc"><p>The <code><a href="Graphics-UI-Gtk-Recent-RecentFilter.html#t:RecentFilter">RecentFilter</a></code> object to be used when displaying the recently used resources.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><h1 id="g:7">Signals
</h1><div class="top"><p class="src"><a name="v:recentChooserSelectionChanged" class="def">recentChooserSelectionChanged</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Signals.html#t:Signal">Signal</a> self (<a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a>)<a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserSelectionChanged" class="link">Source</a></p><div class="doc"><p>This signal is emitted when there is a change in the set of selected
 recently used resources. This can happen when a user modifies the selection
 with the mouse or the keyboard, or when explicitely calling functions to
 change the selection.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div><div class="top"><p class="src"><a name="v:recentChooserItemActivated" class="def">recentChooserItemActivated</a> :: <a href="Graphics-UI-Gtk-Recent-RecentChooser.html#t:RecentChooserClass">RecentChooserClass</a> self =&gt; <a href="/usr/share/doc/ghc/html/libraries/glib-0.12.0/System-Glib-Signals.html#t:Signal">Signal</a> self (<a href="/usr/share/doc/ghc/html/libraries/base-4.3.1.0/System-IO.html#t:IO">IO</a> <a href="/usr/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/GHC-Unit.html#t:-40--41-">()</a>)<a href="src/Graphics-UI-Gtk-Recent-RecentChooser.html#recentChooserItemActivated" class="link">Source</a></p><div class="doc"><p>This signal is emitted when the user &quot;activates&quot; a recent item in the
 recent chooser. This can happen by double-clicking on an item in the
 recently used resources list, or by pressing Enter.
</p><ul><li> Available since Gtk+ version 2.10
</li></ul></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.9.2</p></div></body></html>