gtk3-0.13.4: Binding to the Gtk+ graphical user interface library.

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

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 RecentChooserWidget Source

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

recentChooserWidgetNewForManager Source

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.