ยค filePickPopupF'
Types
filePickPopupF' :: Graphic lbl =>
[(AFilePath -> AFilePath, KeySym, lbl)] ->
F (a, (String, Maybe FilePath)) ((a, (String, 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, lbl)]
- 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