gi-gtk-0.3.18.13: 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

newtype FileChooser Source

Instances

Methods

fileChooserAddFilter

fileChooserAddShortcutFolder

fileChooserAddShortcutFolderUri

fileChooserGetAction

fileChooserGetCreateFolders

fileChooserGetCurrentFolder

fileChooserGetCurrentFolderFile

fileChooserGetCurrentFolderUri

fileChooserGetCurrentName

fileChooserGetDoOverwriteConfirmation

fileChooserGetExtraWidget

fileChooserGetFile

fileChooserGetFilename

fileChooserGetFilenames

fileChooserGetFiles

fileChooserGetFiles :: (MonadIO m, FileChooserK a) => a -> m [File] Source

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

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

fileChooserSetCurrentFolderUri

fileChooserSetCurrentName

fileChooserSetDoOverwriteConfirmation

fileChooserSetExtraWidget

fileChooserSetFile

data FileChooserSetFileMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> m ()), MonadIO m, FileChooserK a, FileK b) => MethodInfo (TYPE Lifted) FileChooserSetFileMethodInfo a signature Source 

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

fileChooserSetFilename

fileChooserSetFilter

fileChooserSetLocalOnly

fileChooserSetPreviewWidget

fileChooserSetPreviewWidgetActive

fileChooserSetSelectMultiple

fileChooserSetShowHidden

fileChooserSetUri

fileChooserSetUsePreviewLabel

fileChooserUnselectAll

fileChooserUnselectFile

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

fileChooserUnselectFilename

fileChooserUnselectUri

Properties

Action

CreateFolders

data FileChooserCreateFoldersPropertyInfo Source

DoOverwriteConfirmation

data FileChooserDoOverwriteConfirmationPropertyInfo Source

Instances

AttrInfo FileChooserDoOverwriteConfirmationPropertyInfo Source 
type AttrLabel FileChooserDoOverwriteConfirmationPropertyInfo = "do-overwrite-confirmation" Source 
type AttrGetType FileChooserDoOverwriteConfirmationPropertyInfo = Bool Source 
type AttrBaseTypeConstraint FileChooserDoOverwriteConfirmationPropertyInfo = FileChooserK Source 
type AttrSetTypeConstraint FileChooserDoOverwriteConfirmationPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps FileChooserDoOverwriteConfirmationPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ExtraWidget

Filter

LocalOnly

PreviewWidget

data FileChooserPreviewWidgetPropertyInfo Source

PreviewWidgetActive

data FileChooserPreviewWidgetActivePropertyInfo Source

Instances

AttrInfo FileChooserPreviewWidgetActivePropertyInfo Source 
type AttrLabel FileChooserPreviewWidgetActivePropertyInfo = "preview-widget-active" Source 
type AttrGetType FileChooserPreviewWidgetActivePropertyInfo = Bool Source 
type AttrBaseTypeConstraint FileChooserPreviewWidgetActivePropertyInfo = FileChooserK Source 
type AttrSetTypeConstraint FileChooserPreviewWidgetActivePropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps FileChooserPreviewWidgetActivePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SelectMultiple

data FileChooserSelectMultiplePropertyInfo Source

ShowHidden

UsePreviewLabel

data FileChooserUsePreviewLabelPropertyInfo Source

Instances

AttrInfo FileChooserUsePreviewLabelPropertyInfo Source 
type AttrLabel FileChooserUsePreviewLabelPropertyInfo = "use-preview-label" Source 
type AttrGetType FileChooserUsePreviewLabelPropertyInfo = Bool Source 
type AttrBaseTypeConstraint FileChooserUsePreviewLabelPropertyInfo = FileChooserK Source 
type AttrSetTypeConstraint FileChooserUsePreviewLabelPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps FileChooserUsePreviewLabelPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Signals

ConfirmOverwrite

CurrentFolderChanged

FileActivated

SelectionChanged

UpdatePreview