¤ filePickPopupF'

Types

filePickPopupF' :: (Graphic a) => [(AFilePath -> AFilePath, KeySym, a)] -> F (b, Maybe FilePath) ((b, Maybe FilePath), FilePath)

Synopsis

filePickPopupF' buttons

Description

filePickPopupF' is a version of filePickPopupF with an argument that allows you to add extra directory navigation buttons.

Arguments

buttons :: [(AFilePath -> AFilePath, KeySym, a)]
list of triples containing a directory navigation function, a keyboard shortcut and (graphical) label for the button to be added. When the button is pressed, the navigation function will be applied to the path of currently selected file and the resulting path will be selected instead.

See Also

filePickPopupF