gi-gtk-0.3.16.12: 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.FileChooser

Contents

Description

 

Synopsis

Exported types

Methods

fileChooserAddFilter

fileChooserAddShortcutFolder

fileChooserAddShortcutFolderUri

fileChooserGetAction

fileChooserGetCreateFolders

fileChooserGetCurrentFolder

fileChooserGetCurrentFolderFile

fileChooserGetCurrentFolderUri

fileChooserGetCurrentName

fileChooserGetDoOverwriteConfirmation

fileChooserGetExtraWidget

fileChooserGetFile

fileChooserGetFilename

fileChooserGetFilenames

fileChooserGetFiles

fileChooserGetFilter

fileChooserGetLocalOnly

fileChooserGetPreviewFile

fileChooserGetPreviewFilename

fileChooserGetPreviewUri

fileChooserGetPreviewWidget

fileChooserGetPreviewWidgetActive

fileChooserGetSelectMultiple

fileChooserGetShowHidden

fileChooserGetUri

fileChooserGetUris

fileChooserGetUsePreviewLabel

fileChooserListFilters

fileChooserListShortcutFolderUris

fileChooserListShortcutFolders

fileChooserRemoveFilter

fileChooserRemoveShortcutFolder

fileChooserRemoveShortcutFolderUri

fileChooserSelectAll

fileChooserSelectFile

fileChooserSelectFile :: (MonadIO m, FileChooserK a, FileK b) => a -> b -> m () Source

fileChooserSelectFilename

fileChooserSelectUri

fileChooserSetAction

fileChooserSetCreateFolders

fileChooserSetCurrentFolder

fileChooserSetCurrentFolderFile

fileChooserSetCurrentFolderUri

fileChooserSetCurrentName

fileChooserSetDoOverwriteConfirmation

fileChooserSetExtraWidget

fileChooserSetFile

fileChooserSetFile :: (MonadIO m, FileChooserK a, FileK b) => a -> b -> m () Source

fileChooserSetFilename

fileChooserSetFilter

fileChooserSetLocalOnly

fileChooserSetPreviewWidget

fileChooserSetPreviewWidgetActive

fileChooserSetSelectMultiple

fileChooserSetShowHidden

fileChooserSetUri

fileChooserSetUsePreviewLabel

fileChooserUnselectAll

fileChooserUnselectFile

fileChooserUnselectFilename

fileChooserUnselectUri

Properties

Action

CreateFolders

DoOverwriteConfirmation

ExtraWidget

Filter

LocalOnly

PreviewWidget

PreviewWidgetActive

SelectMultiple

ShowHidden

UsePreviewLabel

Signals

ConfirmOverwrite

CurrentFolderChanged

FileActivated

SelectionChanged

UpdatePreview