Custom user interface functions ================================= .. list-table:: :widths: 20 80 :header-rows: 0 * - :func:`ui.any` - Define a value input widget to be used in dialog() * - :func:`ui.colour` - Define a colour selector widget to be used in dialog() * - :func:`ui.dialog` - Build a popup editor and reads back user input * - :func:`ui.icon` - Define an icon drop area widget to be used in dialog() * - :func:`ui.option_menu` - Define an combobox widget to be used in dialog() * - :func:`ui.slider` - Define a slider widget to be used in dialog() * - :func:`ui.toggle` - Defines on/off toggle buttons to be used in dialog()