.. _ui-label: GUI Functions ============= Functions --------- * :func:`ui.getfile` ... GUI for selecting an existing file * :func:`ui.getdir` ... GUI for selecting a directory * :func:`ui.get_screensize` ... getting width and height of screen * :func:`ui.listbox` ... GUI for item selection * :func:`ui.progressbar` ... Show progressbar, during longer loops * :func:`ui.savefile` ... GUI for saving a file .. toctree:: :maxdepth: 2 Details ------- .. automodule:: ui :members: getfile, getdir, get_screensize, listbox, progressbar, savefile