gi-gtk-0.3.18.14: Gtk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Interfaces.RecentChooser

Contents

Description

 

Synopsis

Exported types

Methods

recentChooserAddFilter

data RecentChooserAddFilterMethodInfo Source

Instances

((~) * signature (b -> m ()), MonadIO m, RecentChooserK a, RecentFilterK b) => MethodInfo * RecentChooserAddFilterMethodInfo a signature 

recentChooserGetCurrentItem

recentChooserGetCurrentUri

recentChooserGetFilter

recentChooserGetItems

recentChooserGetLimit

recentChooserGetLocalOnly

recentChooserGetSelectMultiple

recentChooserGetShowIcons

recentChooserGetShowNotFound

recentChooserGetShowPrivate

recentChooserGetShowTips

recentChooserGetSortType

recentChooserGetUris

data RecentChooserGetUrisMethodInfo Source

Instances

((~) * signature (m ([Text], Word64)), MonadIO m, RecentChooserK a) => MethodInfo * RecentChooserGetUrisMethodInfo a signature 

recentChooserListFilters

recentChooserRemoveFilter

recentChooserSelectAll

data RecentChooserSelectAllMethodInfo Source

Instances

((~) * signature (m ()), MonadIO m, RecentChooserK a) => MethodInfo * RecentChooserSelectAllMethodInfo a signature 

recentChooserSelectUri

data RecentChooserSelectUriMethodInfo Source

Instances

((~) * signature (Text -> m ()), MonadIO m, RecentChooserK a) => MethodInfo * RecentChooserSelectUriMethodInfo a signature 

recentChooserSetCurrentUri

recentChooserSetFilter

recentChooserSetLimit

data RecentChooserSetLimitMethodInfo Source

Instances

((~) * signature (Int32 -> m ()), MonadIO m, RecentChooserK a) => MethodInfo * RecentChooserSetLimitMethodInfo a signature 

recentChooserSetLocalOnly

recentChooserSetSelectMultiple

recentChooserSetShowIcons

recentChooserSetShowNotFound

recentChooserSetShowPrivate

recentChooserSetShowTips

recentChooserSetSortFunc

recentChooserSetSortType

recentChooserUnselectAll

recentChooserUnselectUri

Properties

Filter

Limit

LocalOnly

RecentManager

SelectMultiple

ShowIcons

ShowNotFound

ShowPrivate

ShowTips

SortType

Signals

ItemActivated

SelectionChanged