gtk-0.12.5.2: Binding to the Gtk+ graphical user interface library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Safe HaskellNone

Graphics.UI.Gtk.Recent.RecentChooserWidget

Contents

Description

Displays recently used files

  • Module available since Gtk+ version 2.10

Synopsis

Detail

RecentChooserWidget is a widget suitable for selecting recently used files. It is the main building block of a RecentChooserDialog. Most applications will only need to use the latter; you can use RecentChooserWidget as part of a larger window if you have special needs.

Note that RecentChooserWidget does not have any methods of its own. Instead, you should use the functions that work on a RecentChooser.

Recently used files are supported since Gtk+ 2.10.

Class Hierarchy

 | GObject
 | +----Object
 | +----Widget
 | +----Container
 | +----Box
 | +----VBox
 | +----RecentChooserWidget

Types

Constructors

recentChooserWidgetNew :: IO RecentChooserWidgetSource

Creates a new RecentChooserWidget object. This is an embeddable widget used to access the recently used resources list.

recentChooserWidgetNewForManagerSource

Arguments

:: RecentManagerClass manager 
=> manager

manager - a RecentManager

-> IO RecentChooserWidget

returns a new RecentChooserWidget

Creates a new RecentChooserWidget with a specified recent manager.

This is useful if you have implemented your own recent manager, or if you have a customized instance of a RecentManager object.