.. _ui-label:

GUI Functions
=============

Functions
---------

* :func:`ui.getfile` ... GUI for selecting an existing file
* :func:`ui.getdir` ... GUI for selecting a directory
* :func:`ui.savefile` ... GUI for saving a file

.. toctree::
   :maxdepth: 2

Details
-------
.. automodule:: ui
    :members: getfile, getdir, savefile
