gi-gtk-3.0.11: 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.Objects.FileChooserWidget

Contents

Description

FileChooserWidget is a widget for choosing files. It exposes the FileChooser interface, and you should use the methods of this interface to interact with the widget.

CSS nodes

GtkFileChooserWidget has a single CSS node with name filechooser.

Synopsis

Exported types

Methods

new

fileChooserWidgetNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> FileChooserAction

action: Open or save mode for the widget

-> m FileChooserWidget

Returns: a new FileChooserWidget

Creates a new FileChooserWidget. This is a file chooser widget that can be embedded in custom windows, and it is the same widget that is used by FileChooserDialog.

Since: 2.4

Properties

searchMode

data FileChooserWidgetSearchModePropertyInfo Source #

Instances

AttrInfo FileChooserWidgetSearchModePropertyInfo Source # 
type AttrOrigin FileChooserWidgetSearchModePropertyInfo Source # 
type AttrLabel FileChooserWidgetSearchModePropertyInfo Source # 
type AttrGetType FileChooserWidgetSearchModePropertyInfo Source # 
type AttrBaseTypeConstraint FileChooserWidgetSearchModePropertyInfo Source # 
type AttrSetTypeConstraint FileChooserWidgetSearchModePropertyInfo Source # 
type AttrAllowedOps FileChooserWidgetSearchModePropertyInfo Source # 

subtitle

data FileChooserWidgetSubtitlePropertyInfo Source #

Instances

AttrInfo FileChooserWidgetSubtitlePropertyInfo Source # 
type AttrOrigin FileChooserWidgetSubtitlePropertyInfo Source # 
type AttrLabel FileChooserWidgetSubtitlePropertyInfo Source # 
type AttrGetType FileChooserWidgetSubtitlePropertyInfo Source # 
type AttrBaseTypeConstraint FileChooserWidgetSubtitlePropertyInfo Source # 
type AttrSetTypeConstraint FileChooserWidgetSubtitlePropertyInfo Source # 
type AttrAllowedOps FileChooserWidgetSubtitlePropertyInfo Source # 

Signals

desktopFolder

downFolder

homeFolder

locationPopup

locationPopupOnPaste

locationTogglePopup

placesShortcut

quickBookmark

recentShortcut

searchShortcut

showHidden

upFolder